
models.personalize-2018-05-22-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ ]
},
"metadata" : {
"apiVersion" : "2018-05-22",
"asyncBuilder" : "DefaultPersonalizeAsyncClientBuilder",
"asyncBuilderInterface" : "PersonalizeAsyncClientBuilder",
"asyncClient" : "DefaultPersonalizeAsyncClient",
"asyncInterface" : "PersonalizeAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultPersonalizeBaseClientBuilder",
"baseBuilderInterface" : "PersonalizeBaseClientBuilder",
"baseExceptionName" : "PersonalizeException",
"baseRequestName" : "PersonalizeRequest",
"baseResponseName" : "PersonalizeResponse",
"cborProtocol" : false,
"clientPackageName" : "personalize",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon Personalize",
"documentation" : "Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.
",
"endpointPrefix" : "personalize",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.personalize",
"fullModelPackageName" : "software.amazon.awssdk.services.personalize.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.personalize.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.personalize.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.personalize.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "personalize.model",
"paginatorsPackageName" : "personalize.paginators",
"protocol" : "json",
"queryProtocol" : false,
"requestTransformPackageName" : "personalize.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Personalize",
"serviceName" : "Personalize",
"signingName" : "personalize",
"syncBuilder" : "DefaultPersonalizeClientBuilder",
"syncBuilderInterface" : "PersonalizeClientBuilder",
"syncClient" : "DefaultPersonalizeClient",
"syncInterface" : "PersonalizeClient",
"transformPackageName" : "personalize.transform",
"uid" : "personalize-2018-05-22",
"xmlProtocol" : false
},
"operations" : {
"CreateBatchInferenceJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a batch inference job. The operation can handle up to 50 million records and the input file must be in JSON format. For more information, see recommendations-batch.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBatchInferenceJobRequest",
"variableName" : "createBatchInferenceJobRequest",
"variableType" : "CreateBatchInferenceJobRequest",
"documentation" : "",
"simpleType" : "CreateBatchInferenceJobRequest",
"variableSetterType" : "CreateBatchInferenceJobRequest"
},
"methodName" : "createBatchInferenceJob",
"operationName" : "CreateBatchInferenceJob",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBatchInferenceJobResponse",
"documentation" : null
},
"syncReturnType" : "CreateBatchInferenceJobResponse"
},
"CreateCampaign" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a campaign by deploying a solution version. When a client calls the GetRecommendations and GetPersonalizedRanking APIs, a campaign is specified in the request.
Minimum Provisioned TPS and Auto-Scaling
A transaction is a single GetRecommendations
or GetPersonalizedRanking
call. Transactions per second (TPS) is the throughput and unit of billing for Amazon Personalize. The minimum provisioned TPS (minProvisionedTPS
) specifies the baseline throughput provisioned by Amazon Personalize, and thus, the minimum billing charge. If your TPS increases beyond minProvisionedTPS
, Amazon Personalize auto-scales the provisioned capacity up and down, but never below minProvisionedTPS
, to maintain a 70% utilization. There's a short time delay while the capacity is increased that might cause loss of transactions. It's recommended to start with a low minProvisionedTPS
, track your usage using Amazon CloudWatch metrics, and then increase the minProvisionedTPS
as necessary.
Status
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
To get the campaign status, call DescribeCampaign.
Wait until the status
of the campaign is ACTIVE
before asking the campaign for recommendations.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateCampaignRequest",
"variableName" : "createCampaignRequest",
"variableType" : "CreateCampaignRequest",
"documentation" : "",
"simpleType" : "CreateCampaignRequest",
"variableSetterType" : "CreateCampaignRequest"
},
"methodName" : "createCampaign",
"operationName" : "CreateCampaign",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCampaignResponse",
"documentation" : null
},
"syncReturnType" : "CreateCampaignResponse"
},
"CreateDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an empty dataset and adds it to the specified dataset group. Use CreateDatasetImportJob to import your training data to a dataset.
There are three types of datasets:
-
Interactions
-
Items
-
Users
Each dataset type has an associated schema with required field types. Only the Interactions
dataset is required in order to train a model (also referred to as creating a solution).
A dataset can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
To get the status of the dataset, call DescribeDataset.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDatasetRequest",
"variableName" : "createDatasetRequest",
"variableType" : "CreateDatasetRequest",
"documentation" : "",
"simpleType" : "CreateDatasetRequest",
"variableSetterType" : "CreateDatasetRequest"
},
"methodName" : "createDataset",
"operationName" : "CreateDataset",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDatasetResponse",
"documentation" : null
},
"syncReturnType" : "CreateDatasetResponse"
},
"CreateDatasetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an empty dataset group. A dataset group contains related datasets that supply data for training a model. A dataset group can contain at most three datasets, one for each type of dataset:
-
Interactions
-
Items
-
Users
To train a model (create a solution), a dataset group that contains an Interactions
dataset is required. Call CreateDataset to add a dataset to the group.
A dataset group can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING
To get the status of the dataset group, call DescribeDatasetGroup. If the status shows as CREATE FAILED, the response includes a failureReason
key, which describes why the creation failed.
You must wait until the status
of the dataset group is ACTIVE
before adding a dataset to the group.
You can specify an AWS Key Management Service (KMS) key to encrypt the datasets in the group. If you specify a KMS key, you must also include an AWS Identity and Access Management (IAM) role that has permission to access the key.
APIs that require a dataset group ARN in the request
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDatasetGroupRequest",
"variableName" : "createDatasetGroupRequest",
"variableType" : "CreateDatasetGroupRequest",
"documentation" : "",
"simpleType" : "CreateDatasetGroupRequest",
"variableSetterType" : "CreateDatasetGroupRequest"
},
"methodName" : "createDatasetGroup",
"operationName" : "CreateDatasetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDatasetGroupResponse",
"documentation" : null
},
"syncReturnType" : "CreateDatasetGroupResponse"
},
"CreateDatasetImportJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a job that imports training data from your data source (an Amazon S3 bucket) to an Amazon Personalize dataset. To allow Amazon Personalize to import the training data, you must specify an AWS Identity and Access Management (IAM) role that has permission to read from the data source.
The dataset import job replaces any previous data in the dataset.
Status
A dataset import job can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
To get the status of the import job, call DescribeDatasetImportJob, providing the Amazon Resource Name (ARN) of the dataset import job. The dataset import is complete when the status shows as ACTIVE. If the status shows as CREATE FAILED, the response includes a failureReason
key, which describes why the job failed.
Importing takes time. You must wait until the status shows as ACTIVE before training a model using the dataset.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDatasetImportJobRequest",
"variableName" : "createDatasetImportJobRequest",
"variableType" : "CreateDatasetImportJobRequest",
"documentation" : "",
"simpleType" : "CreateDatasetImportJobRequest",
"variableSetterType" : "CreateDatasetImportJobRequest"
},
"methodName" : "createDatasetImportJob",
"operationName" : "CreateDatasetImportJob",
"paginated" : false,
"returnType" : {
"returnType" : "CreateDatasetImportJobResponse",
"documentation" : null
},
"syncReturnType" : "CreateDatasetImportJobResponse"
},
"CreateEventTracker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an event tracker that you use when sending event data to the specified dataset group using the PutEvents API.
When Amazon Personalize creates an event tracker, it also creates an event-interactions dataset in the dataset group associated with the event tracker. The event-interactions dataset stores the event data from the PutEvents
call. The contents of this dataset are not available to the user.
Only one event tracker can be associated with a dataset group. You will get an error if you call CreateEventTracker
using the same dataset group as an existing event tracker.
When you send event data you include your tracking ID. The tracking ID identifies the customer and authorizes the customer to send the data.
The event tracker can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
To get the status of the event tracker, call DescribeEventTracker.
The event tracker must be in the ACTIVE state before using the tracking ID.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateEventTrackerRequest",
"variableName" : "createEventTrackerRequest",
"variableType" : "CreateEventTrackerRequest",
"documentation" : "",
"simpleType" : "CreateEventTrackerRequest",
"variableSetterType" : "CreateEventTrackerRequest"
},
"methodName" : "createEventTracker",
"operationName" : "CreateEventTracker",
"paginated" : false,
"returnType" : {
"returnType" : "CreateEventTrackerResponse",
"documentation" : null
},
"syncReturnType" : "CreateEventTrackerResponse"
},
"CreateSchema" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an Amazon Personalize schema from the specified schema string. The schema you create must be in Avro JSON format.
Amazon Personalize recognizes three schema variants. Each schema is associated with a dataset type and has a set of required field and keywords. You specify a schema when you call CreateDataset.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSchemaRequest",
"variableName" : "createSchemaRequest",
"variableType" : "CreateSchemaRequest",
"documentation" : "",
"simpleType" : "CreateSchemaRequest",
"variableSetterType" : "CreateSchemaRequest"
},
"methodName" : "createSchema",
"operationName" : "CreateSchema",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSchemaResponse",
"documentation" : null
},
"syncReturnType" : "CreateSchemaResponse"
},
"CreateSolution" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates the configuration for training a model. A trained model is known as a solution. After the configuration is created, you train the model (create a solution) by calling the CreateSolutionVersion operation. Every time you call CreateSolutionVersion
, a new version of the solution is created.
After creating a solution version, you check its accuracy by calling GetSolutionMetrics. When you are satisfied with the version, you deploy it using CreateCampaign. The campaign provides recommendations to a client through the GetRecommendations API.
To train a model, Amazon Personalize requires training data and a recipe. The training data comes from the dataset group that you provide in the request. A recipe specifies the training algorithm and a feature transformation. You can specify one of the predefined recipes provided by Amazon Personalize. Alternatively, you can specify performAutoML
and Amazon Personalize will analyze your data and select the optimum USER_PERSONALIZATION recipe for you.
Status
A solution can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
To get the status of the solution, call DescribeSolution. Wait until the status shows as ACTIVE before calling CreateSolutionVersion
.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "The specified resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The limit on the number of requests per second has been exceeded.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSolutionRequest",
"variableName" : "createSolutionRequest",
"variableType" : "CreateSolutionRequest",
"documentation" : "",
"simpleType" : "CreateSolutionRequest",
"variableSetterType" : "CreateSolutionRequest"
},
"methodName" : "createSolution",
"operationName" : "CreateSolution",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSolutionResponse",
"documentation" : null
},
"syncReturnType" : "CreateSolutionResponse"
},
"CreateSolutionVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Trains or retrains an active solution. A solution is created using the CreateSolution operation and must be in the ACTIVE state before calling CreateSolutionVersion
. A new version of the solution is created every time you call this operation.
Status
A solution version can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
To get the status of the version, call DescribeSolutionVersion. Wait until the status shows as ACTIVE before calling CreateCampaign
.
If the status shows as CREATE FAILED, the response includes a failureReason
key, which describes why the job failed.
Related APIs
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateSolutionVersionRequest",
"variableName" : "createSolutionVersionRequest",
"variableType" : "CreateSolutionVersionRequest",
"documentation" : "",
"simpleType" : "CreateSolutionVersionRequest",
"variableSetterType" : "CreateSolutionVersionRequest"
},
"methodName" : "createSolutionVersion",
"operationName" : "CreateSolutionVersion",
"paginated" : false,
"returnType" : {
"returnType" : "CreateSolutionVersionResponse",
"documentation" : null
},
"syncReturnType" : "CreateSolutionVersionResponse"
},
"DeleteCampaign" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes a campaign by deleting the solution deployment. The solution that the campaign is based on is not deleted and can be redeployed when needed. A deleted campaign can no longer be specified in a GetRecommendations request. For more information on campaigns, see CreateCampaign.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCampaignRequest",
"variableName" : "deleteCampaignRequest",
"variableType" : "DeleteCampaignRequest",
"documentation" : "",
"simpleType" : "DeleteCampaignRequest",
"variableSetterType" : "DeleteCampaignRequest"
},
"methodName" : "deleteCampaign",
"operationName" : "DeleteCampaign",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCampaignResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCampaignResponse"
},
"DeleteDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a dataset. You can't delete a dataset if an associated DatasetImportJob
or SolutionVersion
is in the CREATE PENDING or IN PROGRESS state. For more information on datasets, see CreateDataset.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDatasetRequest",
"variableName" : "deleteDatasetRequest",
"variableType" : "DeleteDatasetRequest",
"documentation" : "",
"simpleType" : "DeleteDatasetRequest",
"variableSetterType" : "DeleteDatasetRequest"
},
"methodName" : "deleteDataset",
"operationName" : "DeleteDataset",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDatasetResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDatasetResponse"
},
"DeleteDatasetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a dataset group. Before you delete a dataset group, you must delete the following:
-
All associated event trackers.
-
All associated solutions.
-
All datasets in the dataset group.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDatasetGroupRequest",
"variableName" : "deleteDatasetGroupRequest",
"variableType" : "DeleteDatasetGroupRequest",
"documentation" : "",
"simpleType" : "DeleteDatasetGroupRequest",
"variableSetterType" : "DeleteDatasetGroupRequest"
},
"methodName" : "deleteDatasetGroup",
"operationName" : "DeleteDatasetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteDatasetGroupResponse",
"documentation" : null
},
"syncReturnType" : "DeleteDatasetGroupResponse"
},
"DeleteEventTracker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the event tracker. Does not delete the event-interactions dataset from the associated dataset group. For more information on event trackers, see CreateEventTracker.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteEventTrackerRequest",
"variableName" : "deleteEventTrackerRequest",
"variableType" : "DeleteEventTrackerRequest",
"documentation" : "",
"simpleType" : "DeleteEventTrackerRequest",
"variableSetterType" : "DeleteEventTrackerRequest"
},
"methodName" : "deleteEventTracker",
"operationName" : "DeleteEventTracker",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteEventTrackerResponse",
"documentation" : null
},
"syncReturnType" : "DeleteEventTrackerResponse"
},
"DeleteSchema" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a schema. Before deleting a schema, you must delete all datasets referencing the schema. For more information on schemas, see CreateSchema.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSchemaRequest",
"variableName" : "deleteSchemaRequest",
"variableType" : "DeleteSchemaRequest",
"documentation" : "",
"simpleType" : "DeleteSchemaRequest",
"variableSetterType" : "DeleteSchemaRequest"
},
"methodName" : "deleteSchema",
"operationName" : "DeleteSchema",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSchemaResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSchemaResponse"
},
"DeleteSolution" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes all versions of a solution and the Solution
object itself. Before deleting a solution, you must delete all campaigns based on the solution. To determine what campaigns are using the solution, call ListCampaigns and supply the Amazon Resource Name (ARN) of the solution. You can't delete a solution if an associated SolutionVersion
is in the CREATE PENDING or IN PROGRESS state. For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSolutionRequest",
"variableName" : "deleteSolutionRequest",
"variableType" : "DeleteSolutionRequest",
"documentation" : "",
"simpleType" : "DeleteSolutionRequest",
"variableSetterType" : "DeleteSolutionRequest"
},
"methodName" : "deleteSolution",
"operationName" : "DeleteSolution",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteSolutionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteSolutionResponse"
},
"DescribeAlgorithm" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given algorithm.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAlgorithmRequest",
"variableName" : "describeAlgorithmRequest",
"variableType" : "DescribeAlgorithmRequest",
"documentation" : "",
"simpleType" : "DescribeAlgorithmRequest",
"variableSetterType" : "DescribeAlgorithmRequest"
},
"methodName" : "describeAlgorithm",
"operationName" : "DescribeAlgorithm",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeAlgorithmResponse",
"documentation" : null
},
"syncReturnType" : "DescribeAlgorithmResponse"
},
"DescribeBatchInferenceJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the properties of a batch inference job including name, Amazon Resource Name (ARN), status, input and output configurations, and the ARN of the solution version used to generate the recommendations.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeBatchInferenceJobRequest",
"variableName" : "describeBatchInferenceJobRequest",
"variableType" : "DescribeBatchInferenceJobRequest",
"documentation" : "",
"simpleType" : "DescribeBatchInferenceJobRequest",
"variableSetterType" : "DescribeBatchInferenceJobRequest"
},
"methodName" : "describeBatchInferenceJob",
"operationName" : "DescribeBatchInferenceJob",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeBatchInferenceJobResponse",
"documentation" : null
},
"syncReturnType" : "DescribeBatchInferenceJobResponse"
},
"DescribeCampaign" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given campaign, including its status.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
When the status
is CREATE FAILED
, the response includes the failureReason
key, which describes why.
For more information on campaigns, see CreateCampaign.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCampaignRequest",
"variableName" : "describeCampaignRequest",
"variableType" : "DescribeCampaignRequest",
"documentation" : "",
"simpleType" : "DescribeCampaignRequest",
"variableSetterType" : "DescribeCampaignRequest"
},
"methodName" : "describeCampaign",
"operationName" : "DescribeCampaign",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeCampaignResponse",
"documentation" : null
},
"syncReturnType" : "DescribeCampaignResponse"
},
"DescribeDataset" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given dataset. For more information on datasets, see CreateDataset.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDatasetRequest",
"variableName" : "describeDatasetRequest",
"variableType" : "DescribeDatasetRequest",
"documentation" : "",
"simpleType" : "DescribeDatasetRequest",
"variableSetterType" : "DescribeDatasetRequest"
},
"methodName" : "describeDataset",
"operationName" : "DescribeDataset",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDatasetResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDatasetResponse"
},
"DescribeDatasetGroup" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given dataset group. For more information on dataset groups, see CreateDatasetGroup.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDatasetGroupRequest",
"variableName" : "describeDatasetGroupRequest",
"variableType" : "DescribeDatasetGroupRequest",
"documentation" : "",
"simpleType" : "DescribeDatasetGroupRequest",
"variableSetterType" : "DescribeDatasetGroupRequest"
},
"methodName" : "describeDatasetGroup",
"operationName" : "DescribeDatasetGroup",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDatasetGroupResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDatasetGroupResponse"
},
"DescribeDatasetImportJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the dataset import job created by CreateDatasetImportJob, including the import job status.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDatasetImportJobRequest",
"variableName" : "describeDatasetImportJobRequest",
"variableType" : "DescribeDatasetImportJobRequest",
"documentation" : "",
"simpleType" : "DescribeDatasetImportJobRequest",
"variableSetterType" : "DescribeDatasetImportJobRequest"
},
"methodName" : "describeDatasetImportJob",
"operationName" : "DescribeDatasetImportJob",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeDatasetImportJobResponse",
"documentation" : null
},
"syncReturnType" : "DescribeDatasetImportJobResponse"
},
"DescribeEventTracker" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes an event tracker. The response includes the trackingId
and status
of the event tracker. For more information on event trackers, see CreateEventTracker.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeEventTrackerRequest",
"variableName" : "describeEventTrackerRequest",
"variableType" : "DescribeEventTrackerRequest",
"documentation" : "",
"simpleType" : "DescribeEventTrackerRequest",
"variableSetterType" : "DescribeEventTrackerRequest"
},
"methodName" : "describeEventTracker",
"operationName" : "DescribeEventTracker",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeEventTrackerResponse",
"documentation" : null
},
"syncReturnType" : "DescribeEventTrackerResponse"
},
"DescribeFeatureTransformation" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the given feature transformation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeFeatureTransformationRequest",
"variableName" : "describeFeatureTransformationRequest",
"variableType" : "DescribeFeatureTransformationRequest",
"documentation" : "",
"simpleType" : "DescribeFeatureTransformationRequest",
"variableSetterType" : "DescribeFeatureTransformationRequest"
},
"methodName" : "describeFeatureTransformation",
"operationName" : "DescribeFeatureTransformation",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeFeatureTransformationResponse",
"documentation" : null
},
"syncReturnType" : "DescribeFeatureTransformationResponse"
},
"DescribeRecipe" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes a recipe.
A recipe contains three items:
-
An algorithm that trains a model.
-
Hyperparameters that govern the training.
-
Feature transformation information for modifying the input data before training.
Amazon Personalize provides a set of predefined recipes. You specify a recipe when you create a solution with the CreateSolution API. CreateSolution
trains a model by using the algorithm in the specified recipe and a training dataset. The solution, when deployed as a campaign, can provide recommendations using the GetRecommendations API.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRecipeRequest",
"variableName" : "describeRecipeRequest",
"variableType" : "DescribeRecipeRequest",
"documentation" : "",
"simpleType" : "DescribeRecipeRequest",
"variableSetterType" : "DescribeRecipeRequest"
},
"methodName" : "describeRecipe",
"operationName" : "DescribeRecipe",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeRecipeResponse",
"documentation" : null
},
"syncReturnType" : "DescribeRecipeResponse"
},
"DescribeSchema" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes a schema. For more information on schemas, see CreateSchema.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSchemaRequest",
"variableName" : "describeSchemaRequest",
"variableType" : "DescribeSchemaRequest",
"documentation" : "",
"simpleType" : "DescribeSchemaRequest",
"variableSetterType" : "DescribeSchemaRequest"
},
"methodName" : "describeSchema",
"operationName" : "DescribeSchema",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSchemaResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSchemaResponse"
},
"DescribeSolution" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes a solution. For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSolutionRequest",
"variableName" : "describeSolutionRequest",
"variableType" : "DescribeSolutionRequest",
"documentation" : "",
"simpleType" : "DescribeSolutionRequest",
"variableSetterType" : "DescribeSolutionRequest"
},
"methodName" : "describeSolution",
"operationName" : "DescribeSolution",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSolutionResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSolutionResponse"
},
"DescribeSolutionVersion" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes a specific version of a solution. For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSolutionVersionRequest",
"variableName" : "describeSolutionVersionRequest",
"variableType" : "DescribeSolutionVersionRequest",
"documentation" : "",
"simpleType" : "DescribeSolutionVersionRequest",
"variableSetterType" : "DescribeSolutionVersionRequest"
},
"methodName" : "describeSolutionVersion",
"operationName" : "DescribeSolutionVersion",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeSolutionVersionResponse",
"documentation" : null
},
"syncReturnType" : "DescribeSolutionVersionResponse"
},
"GetSolutionMetrics" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the metrics for the specified solution version.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSolutionMetricsRequest",
"variableName" : "getSolutionMetricsRequest",
"variableType" : "GetSolutionMetricsRequest",
"documentation" : "",
"simpleType" : "GetSolutionMetricsRequest",
"variableSetterType" : "GetSolutionMetricsRequest"
},
"methodName" : "getSolutionMetrics",
"operationName" : "GetSolutionMetrics",
"paginated" : false,
"returnType" : {
"returnType" : "GetSolutionMetricsResponse",
"documentation" : null
},
"syncReturnType" : "GetSolutionMetricsResponse"
},
"ListBatchInferenceJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a list of the batch inference jobs that have been performed off of a solution version.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBatchInferenceJobsRequest",
"variableName" : "listBatchInferenceJobsRequest",
"variableType" : "ListBatchInferenceJobsRequest",
"documentation" : "",
"simpleType" : "ListBatchInferenceJobsRequest",
"variableSetterType" : "ListBatchInferenceJobsRequest"
},
"methodName" : "listBatchInferenceJobs",
"operationName" : "ListBatchInferenceJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListBatchInferenceJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListBatchInferenceJobsResponse"
},
"ListCampaigns" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of campaigns that use the given solution. When a solution is not specified, all the campaigns associated with the account are listed. The response provides the properties for each campaign, including the Amazon Resource Name (ARN). For more information on campaigns, see CreateCampaign.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListCampaignsRequest",
"variableName" : "listCampaignsRequest",
"variableType" : "ListCampaignsRequest",
"documentation" : "",
"simpleType" : "ListCampaignsRequest",
"variableSetterType" : "ListCampaignsRequest"
},
"methodName" : "listCampaigns",
"operationName" : "ListCampaigns",
"paginated" : true,
"returnType" : {
"returnType" : "ListCampaignsResponse",
"documentation" : null
},
"syncReturnType" : "ListCampaignsResponse"
},
"ListDatasetGroups" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of dataset groups. The response provides the properties for each dataset group, including the Amazon Resource Name (ARN). For more information on dataset groups, see CreateDatasetGroup.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDatasetGroupsRequest",
"variableName" : "listDatasetGroupsRequest",
"variableType" : "ListDatasetGroupsRequest",
"documentation" : "",
"simpleType" : "ListDatasetGroupsRequest",
"variableSetterType" : "ListDatasetGroupsRequest"
},
"methodName" : "listDatasetGroups",
"operationName" : "ListDatasetGroups",
"paginated" : true,
"returnType" : {
"returnType" : "ListDatasetGroupsResponse",
"documentation" : null
},
"syncReturnType" : "ListDatasetGroupsResponse"
},
"ListDatasetImportJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of dataset import jobs that use the given dataset. When a dataset is not specified, all the dataset import jobs associated with the account are listed. The response provides the properties for each dataset import job, including the Amazon Resource Name (ARN). For more information on dataset import jobs, see CreateDatasetImportJob. For more information on datasets, see CreateDataset.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDatasetImportJobsRequest",
"variableName" : "listDatasetImportJobsRequest",
"variableType" : "ListDatasetImportJobsRequest",
"documentation" : "",
"simpleType" : "ListDatasetImportJobsRequest",
"variableSetterType" : "ListDatasetImportJobsRequest"
},
"methodName" : "listDatasetImportJobs",
"operationName" : "ListDatasetImportJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListDatasetImportJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListDatasetImportJobsResponse"
},
"ListDatasets" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the list of datasets contained in the given dataset group. The response provides the properties for each dataset, including the Amazon Resource Name (ARN). For more information on datasets, see CreateDataset.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDatasetsRequest",
"variableName" : "listDatasetsRequest",
"variableType" : "ListDatasetsRequest",
"documentation" : "",
"simpleType" : "ListDatasetsRequest",
"variableSetterType" : "ListDatasetsRequest"
},
"methodName" : "listDatasets",
"operationName" : "ListDatasets",
"paginated" : true,
"returnType" : {
"returnType" : "ListDatasetsResponse",
"documentation" : null
},
"syncReturnType" : "ListDatasetsResponse"
},
"ListEventTrackers" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the list of event trackers associated with the account. The response provides the properties for each event tracker, including the Amazon Resource Name (ARN) and tracking ID. For more information on event trackers, see CreateEventTracker.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListEventTrackersRequest",
"variableName" : "listEventTrackersRequest",
"variableType" : "ListEventTrackersRequest",
"documentation" : "",
"simpleType" : "ListEventTrackersRequest",
"variableSetterType" : "ListEventTrackersRequest"
},
"methodName" : "listEventTrackers",
"operationName" : "ListEventTrackers",
"paginated" : true,
"returnType" : {
"returnType" : "ListEventTrackersResponse",
"documentation" : null
},
"syncReturnType" : "ListEventTrackersResponse"
},
"ListRecipes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of available recipes. The response provides the properties for each recipe, including the recipe's Amazon Resource Name (ARN).
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListRecipesRequest",
"variableName" : "listRecipesRequest",
"variableType" : "ListRecipesRequest",
"documentation" : "",
"simpleType" : "ListRecipesRequest",
"variableSetterType" : "ListRecipesRequest"
},
"methodName" : "listRecipes",
"operationName" : "ListRecipes",
"paginated" : true,
"returnType" : {
"returnType" : "ListRecipesResponse",
"documentation" : null
},
"syncReturnType" : "ListRecipesResponse"
},
"ListSchemas" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the list of schemas associated with the account. The response provides the properties for each schema, including the Amazon Resource Name (ARN). For more information on schemas, see CreateSchema.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSchemasRequest",
"variableName" : "listSchemasRequest",
"variableType" : "ListSchemasRequest",
"documentation" : "",
"simpleType" : "ListSchemasRequest",
"variableSetterType" : "ListSchemasRequest"
},
"methodName" : "listSchemas",
"operationName" : "ListSchemas",
"paginated" : true,
"returnType" : {
"returnType" : "ListSchemasResponse",
"documentation" : null
},
"syncReturnType" : "ListSchemasResponse"
},
"ListSolutionVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of solution versions for the given solution. When a solution is not specified, all the solution versions associated with the account are listed. The response provides the properties for each solution version, including the Amazon Resource Name (ARN). For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSolutionVersionsRequest",
"variableName" : "listSolutionVersionsRequest",
"variableType" : "ListSolutionVersionsRequest",
"documentation" : "",
"simpleType" : "ListSolutionVersionsRequest",
"variableSetterType" : "ListSolutionVersionsRequest"
},
"methodName" : "listSolutionVersions",
"operationName" : "ListSolutionVersions",
"paginated" : true,
"returnType" : {
"returnType" : "ListSolutionVersionsResponse",
"documentation" : null
},
"syncReturnType" : "ListSolutionVersionsResponse"
},
"ListSolutions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of solutions that use the given dataset group. When a dataset group is not specified, all the solutions associated with the account are listed. The response provides the properties for each solution, including the Amazon Resource Name (ARN). For more information on solutions, see CreateSolution.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The token is not valid.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListSolutionsRequest",
"variableName" : "listSolutionsRequest",
"variableType" : "ListSolutionsRequest",
"documentation" : "",
"simpleType" : "ListSolutionsRequest",
"variableSetterType" : "ListSolutionsRequest"
},
"methodName" : "listSolutions",
"operationName" : "ListSolutions",
"paginated" : true,
"returnType" : {
"returnType" : "ListSolutionsResponse",
"documentation" : null
},
"syncReturnType" : "ListSolutionsResponse"
},
"UpdateCampaign" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates a campaign by either deploying a new solution or changing the value of the campaign's minProvisionedTPS
parameter.
To update a campaign, the campaign status must be ACTIVE or CREATE FAILED. Check the campaign status using the DescribeCampaign API.
You must wait until the status
of the updated campaign is ACTIVE
before asking the campaign for recommendations.
For more information on campaigns, see CreateCampaign.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "Provide a valid value for the field or parameter.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "Could not find the specified resource.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "The specified resource is in use.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateCampaignRequest",
"variableName" : "updateCampaignRequest",
"variableType" : "UpdateCampaignRequest",
"documentation" : "",
"simpleType" : "UpdateCampaignRequest",
"variableSetterType" : "UpdateCampaignRequest"
},
"methodName" : "updateCampaign",
"operationName" : "UpdateCampaign",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateCampaignResponse",
"documentation" : null
},
"syncReturnType" : "UpdateCampaignResponse"
}
},
"shapes" : {
"Algorithm" : {
"c2jName" : "Algorithm",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes a custom algorithm.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the algorithm.
\n@return The name of the algorithm.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm.
\n@return The name of the algorithm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlgorithmArn",
"beanStyleSetterMethodName" : "setAlgorithmArn",
"c2jName" : "algorithmArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #algorithmArn(String)}.\n@param algorithmArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@return The Amazon Resource Name (ARN) of the algorithm.\n@deprecated Use {@link #algorithmArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #algorithmArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlgorithmArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlgorithmArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@return The Amazon Resource Name (ARN) of the algorithm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "algorithmArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlgorithmArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.",
"setterMethodName" : "setAlgorithmArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlgorithmImage",
"beanStyleSetterMethodName" : "setAlgorithmImage",
"c2jName" : "algorithmImage",
"c2jShape" : "AlgorithmImage",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\nThis is a convenience that creates an instance of the {@link AlgorithmImage.Builder} avoiding the need to create one manually via {@link AlgorithmImage#builder()}.\n\nWhen the {@link Consumer} completes, {@link AlgorithmImage.Builder#build()} is called immediately and its result is passed to {@link #algorithmImage(AlgorithmImage)}.\n@param algorithmImage a consumer that will call methods on {@link AlgorithmImage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmImage(AlgorithmImage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.\n@deprecated Use {@link #algorithmImage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #algorithmImage(AlgorithmImage)}\n",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlgorithmImage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlgorithmImage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmImage",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmImage",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"getterModel" : {
"returnType" : "AlgorithmImage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "algorithmImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AlgorithmImage",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setAlgorithmImage",
"setterModel" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : null,
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDefaultHyperParameters",
"beanStyleSetterMethodName" : "setDefaultHyperParameters",
"c2jName" : "defaultHyperParameters",
"c2jShape" : "HyperParameters",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters.
\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 #defaultHyperParameters(Map)}.\n@param defaultHyperParameters 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 #defaultHyperParameters(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the default hyperparameters.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultHyperParameters()} to see if a value was sent in this field.\n
\n@return Specifies the default hyperparameters.\n@deprecated Use {@link #defaultHyperParameters()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultHyperParameters(Map)}\n",
"documentation" : "Specifies the default hyperparameters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultHyperParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultHyperParameters",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameters",
"fluentSetterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameters",
"getterDocumentation" : "Specifies the default hyperparameters.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultHyperParameters()} to see if a value was sent in this field.\n
\n@return Specifies the default hyperparameters.",
"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" : "defaultHyperParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameters",
"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" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultHyperParameters",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.",
"setterMethodName" : "setDefaultHyperParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default hyperparameters.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultHyperParameterRanges",
"beanStyleSetterMethodName" : "setDefaultHyperParameterRanges",
"c2jName" : "defaultHyperParameterRanges",
"c2jShape" : "DefaultHyperParameterRanges",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\nThis is a convenience that creates an instance of the {@link DefaultHyperParameterRanges.Builder} avoiding the need to create one manually via {@link DefaultHyperParameterRanges#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultHyperParameterRanges.Builder#build()} is called immediately and its result is passed to {@link #defaultHyperParameterRanges(DefaultHyperParameterRanges)}.\n@param defaultHyperParameterRanges a consumer that will call methods on {@link DefaultHyperParameterRanges.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultHyperParameterRanges(DefaultHyperParameterRanges)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@return Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@deprecated Use {@link #defaultHyperParameterRanges()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultHyperParameterRanges(DefaultHyperParameterRanges)}\n",
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultHyperParameterRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultHyperParameterRanges",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameterRanges",
"fluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameterRanges",
"getterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@return Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"getterModel" : {
"returnType" : "DefaultHyperParameterRanges",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultHyperParameterRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameterRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DefaultHyperParameterRanges",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"setterMethodName" : "setDefaultHyperParameterRanges",
"setterModel" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : null,
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDefaultResourceConfig",
"beanStyleSetterMethodName" : "setDefaultResourceConfig",
"c2jName" : "defaultResourceConfig",
"c2jShape" : "ResourceConfig",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\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 #defaultResourceConfig(Map)}.\n@param defaultResourceConfig 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 #defaultResourceConfig(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultResourceConfig()} to see if a value was sent in this field.\n
\n@return Specifies the default maximum number of training jobs and parallel training jobs.\n@deprecated Use {@link #defaultResourceConfig()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultResourceConfig(Map)}\n",
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultResourceConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultResourceConfig",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultResourceConfig",
"fluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultResourceConfig",
"getterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultResourceConfig()} to see if a value was sent in this field.\n
\n@return Specifies the default maximum number of training jobs and parallel training jobs.",
"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" : "defaultResourceConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultResourceConfig",
"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" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultResourceConfig",
"sensitive" : false,
"setterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.",
"setterMethodName" : "setDefaultResourceConfig",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTrainingInputMode",
"beanStyleSetterMethodName" : "setTrainingInputMode",
"c2jName" : "trainingInputMode",
"c2jShape" : "TrainingInputMode",
"defaultConsumerFluentSetterDocumentation" : "The training input mode.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #trainingInputMode(String)}.\n@param trainingInputMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trainingInputMode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The training input mode.
\n@return The training input mode.\n@deprecated Use {@link #trainingInputMode()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trainingInputMode(String)}\n",
"documentation" : "The training input mode.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TrainingInputMode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTrainingInputMode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trainingInputMode",
"fluentSetterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trainingInputMode",
"getterDocumentation" : "The training input mode.
\n@return The training input mode.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "trainingInputMode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trainingInputMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrainingInputMode",
"sensitive" : false,
"setterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.",
"setterMethodName" : "setTrainingInputMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : "The training input mode.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@return The Amazon Resource Name (ARN) of the role.\n@deprecated Use {@link #roleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@return The Amazon Resource Name (ARN) of the role.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@return The date and time (in Unix time) that the algorithm was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@return The date and time (in Unix time) that the algorithm was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@return The date and time (in Unix time) that the algorithm was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@return The date and time (in Unix time) that the algorithm was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlgorithmArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlgorithmArn",
"beanStyleSetterMethodName" : "setAlgorithmArn",
"c2jName" : "algorithmArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #algorithmArn(String)}.\n@param algorithmArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@return The Amazon Resource Name (ARN) of the algorithm.\n@deprecated Use {@link #algorithmArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #algorithmArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlgorithmArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlgorithmArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@return The Amazon Resource Name (ARN) of the algorithm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "algorithmArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlgorithmArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.",
"setterMethodName" : "setAlgorithmArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"AlgorithmImage" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlgorithmImage",
"beanStyleSetterMethodName" : "setAlgorithmImage",
"c2jName" : "algorithmImage",
"c2jShape" : "AlgorithmImage",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\nThis is a convenience that creates an instance of the {@link AlgorithmImage.Builder} avoiding the need to create one manually via {@link AlgorithmImage#builder()}.\n\nWhen the {@link Consumer} completes, {@link AlgorithmImage.Builder#build()} is called immediately and its result is passed to {@link #algorithmImage(AlgorithmImage)}.\n@param algorithmImage a consumer that will call methods on {@link AlgorithmImage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmImage(AlgorithmImage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.\n@deprecated Use {@link #algorithmImage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #algorithmImage(AlgorithmImage)}\n",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlgorithmImage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlgorithmImage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmImage",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmImage",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"getterModel" : {
"returnType" : "AlgorithmImage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "algorithmImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AlgorithmImage",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setAlgorithmImage",
"setterModel" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : null,
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@return The date and time (in Unix time) that the algorithm was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@return The date and time (in Unix time) that the algorithm was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DefaultHyperParameterRanges" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultHyperParameterRanges",
"beanStyleSetterMethodName" : "setDefaultHyperParameterRanges",
"c2jName" : "defaultHyperParameterRanges",
"c2jShape" : "DefaultHyperParameterRanges",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\nThis is a convenience that creates an instance of the {@link DefaultHyperParameterRanges.Builder} avoiding the need to create one manually via {@link DefaultHyperParameterRanges#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultHyperParameterRanges.Builder#build()} is called immediately and its result is passed to {@link #defaultHyperParameterRanges(DefaultHyperParameterRanges)}.\n@param defaultHyperParameterRanges a consumer that will call methods on {@link DefaultHyperParameterRanges.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultHyperParameterRanges(DefaultHyperParameterRanges)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@return Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@deprecated Use {@link #defaultHyperParameterRanges()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultHyperParameterRanges(DefaultHyperParameterRanges)}\n",
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultHyperParameterRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultHyperParameterRanges",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameterRanges",
"fluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameterRanges",
"getterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@return Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"getterModel" : {
"returnType" : "DefaultHyperParameterRanges",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultHyperParameterRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameterRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DefaultHyperParameterRanges",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"setterMethodName" : "setDefaultHyperParameterRanges",
"setterModel" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : null,
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DefaultHyperParameters" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDefaultHyperParameters",
"beanStyleSetterMethodName" : "setDefaultHyperParameters",
"c2jName" : "defaultHyperParameters",
"c2jShape" : "HyperParameters",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters.
\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 #defaultHyperParameters(Map)}.\n@param defaultHyperParameters 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 #defaultHyperParameters(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the default hyperparameters.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultHyperParameters()} to see if a value was sent in this field.\n
\n@return Specifies the default hyperparameters.\n@deprecated Use {@link #defaultHyperParameters()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultHyperParameters(Map)}\n",
"documentation" : "Specifies the default hyperparameters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultHyperParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultHyperParameters",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameters",
"fluentSetterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameters",
"getterDocumentation" : "Specifies the default hyperparameters.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultHyperParameters()} to see if a value was sent in this field.\n
\n@return Specifies the default hyperparameters.",
"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" : "defaultHyperParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameters",
"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" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultHyperParameters",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.",
"setterMethodName" : "setDefaultHyperParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default hyperparameters.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DefaultResourceConfig" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDefaultResourceConfig",
"beanStyleSetterMethodName" : "setDefaultResourceConfig",
"c2jName" : "defaultResourceConfig",
"c2jShape" : "ResourceConfig",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\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 #defaultResourceConfig(Map)}.\n@param defaultResourceConfig 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 #defaultResourceConfig(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultResourceConfig()} to see if a value was sent in this field.\n
\n@return Specifies the default maximum number of training jobs and parallel training jobs.\n@deprecated Use {@link #defaultResourceConfig()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultResourceConfig(Map)}\n",
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultResourceConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultResourceConfig",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultResourceConfig",
"fluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultResourceConfig",
"getterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultResourceConfig()} to see if a value was sent in this field.\n
\n@return Specifies the default maximum number of training jobs and parallel training jobs.",
"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" : "defaultResourceConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultResourceConfig",
"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" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultResourceConfig",
"sensitive" : false,
"setterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.",
"setterMethodName" : "setDefaultResourceConfig",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@return The date and time (in Unix time) that the algorithm was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@return The date and time (in Unix time) that the algorithm was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the algorithm.
\n@return The name of the algorithm.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm.
\n@return The name of the algorithm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@return The Amazon Resource Name (ARN) of the role.\n@deprecated Use {@link #roleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@return The Amazon Resource Name (ARN) of the role.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TrainingInputMode" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTrainingInputMode",
"beanStyleSetterMethodName" : "setTrainingInputMode",
"c2jName" : "trainingInputMode",
"c2jShape" : "TrainingInputMode",
"defaultConsumerFluentSetterDocumentation" : "The training input mode.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #trainingInputMode(String)}.\n@param trainingInputMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trainingInputMode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The training input mode.
\n@return The training input mode.\n@deprecated Use {@link #trainingInputMode()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trainingInputMode(String)}\n",
"documentation" : "The training input mode.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TrainingInputMode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTrainingInputMode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trainingInputMode",
"fluentSetterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trainingInputMode",
"getterDocumentation" : "The training input mode.
\n@return The training input mode.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "trainingInputMode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trainingInputMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrainingInputMode",
"sensitive" : false,
"setterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.",
"setterMethodName" : "setTrainingInputMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : "The training input mode.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the algorithm.
\n@return The name of the algorithm.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm.
\n@return The name of the algorithm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the algorithm.
\n@param name The name of the algorithm.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlgorithmArn",
"beanStyleSetterMethodName" : "setAlgorithmArn",
"c2jName" : "algorithmArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #algorithmArn(String)}.\n@param algorithmArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@return The Amazon Resource Name (ARN) of the algorithm.\n@deprecated Use {@link #algorithmArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #algorithmArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlgorithmArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlgorithmArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@return The Amazon Resource Name (ARN) of the algorithm.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "algorithmArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "AlgorithmArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the algorithm.
\n@param algorithmArn The Amazon Resource Name (ARN) of the algorithm.",
"setterMethodName" : "setAlgorithmArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the algorithm.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getAlgorithmImage",
"beanStyleSetterMethodName" : "setAlgorithmImage",
"c2jName" : "algorithmImage",
"c2jShape" : "AlgorithmImage",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\nThis is a convenience that creates an instance of the {@link AlgorithmImage.Builder} avoiding the need to create one manually via {@link AlgorithmImage#builder()}.\n\nWhen the {@link Consumer} completes, {@link AlgorithmImage.Builder#build()} is called immediately and its result is passed to {@link #algorithmImage(AlgorithmImage)}.\n@param algorithmImage a consumer that will call methods on {@link AlgorithmImage.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #algorithmImage(AlgorithmImage)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.\n@deprecated Use {@link #algorithmImage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #algorithmImage(AlgorithmImage)}\n",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the AlgorithmImage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasAlgorithmImage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "algorithmImage",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "algorithmImage",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"getterModel" : {
"returnType" : "AlgorithmImage",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "algorithmImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "algorithmImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "AlgorithmImage",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param algorithmImage The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setAlgorithmImage",
"setterModel" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : null,
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDefaultHyperParameters",
"beanStyleSetterMethodName" : "setDefaultHyperParameters",
"c2jName" : "defaultHyperParameters",
"c2jShape" : "HyperParameters",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters.
\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 #defaultHyperParameters(Map)}.\n@param defaultHyperParameters 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 #defaultHyperParameters(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the default hyperparameters.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultHyperParameters()} to see if a value was sent in this field.\n
\n@return Specifies the default hyperparameters.\n@deprecated Use {@link #defaultHyperParameters()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultHyperParameters(Map)}\n",
"documentation" : "Specifies the default hyperparameters.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultHyperParameters property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultHyperParameters",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameters",
"fluentSetterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameters",
"getterDocumentation" : "Specifies the default hyperparameters.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultHyperParameters()} to see if a value was sent in this field.\n
\n@return Specifies the default hyperparameters.",
"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" : "defaultHyperParameters",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameters",
"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" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultHyperParameters",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters.
\n@param defaultHyperParameters Specifies the default hyperparameters.",
"setterMethodName" : "setDefaultHyperParameters",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultHyperParameters",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default hyperparameters.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDefaultHyperParameterRanges",
"beanStyleSetterMethodName" : "setDefaultHyperParameterRanges",
"c2jName" : "defaultHyperParameterRanges",
"c2jShape" : "DefaultHyperParameterRanges",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\nThis is a convenience that creates an instance of the {@link DefaultHyperParameterRanges.Builder} avoiding the need to create one manually via {@link DefaultHyperParameterRanges#builder()}.\n\nWhen the {@link Consumer} completes, {@link DefaultHyperParameterRanges.Builder#build()} is called immediately and its result is passed to {@link #defaultHyperParameterRanges(DefaultHyperParameterRanges)}.\n@param defaultHyperParameterRanges a consumer that will call methods on {@link DefaultHyperParameterRanges.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #defaultHyperParameterRanges(DefaultHyperParameterRanges)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@return Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@deprecated Use {@link #defaultHyperParameterRanges()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultHyperParameterRanges(DefaultHyperParameterRanges)}\n",
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultHyperParameterRanges property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultHyperParameterRanges",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultHyperParameterRanges",
"fluentSetterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultHyperParameterRanges",
"getterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@return Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"getterModel" : {
"returnType" : "DefaultHyperParameterRanges",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "defaultHyperParameterRanges",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultHyperParameterRanges",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "DefaultHyperParameterRanges",
"sensitive" : false,
"setterDocumentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
\n@param defaultHyperParameterRanges Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).",
"setterMethodName" : "setDefaultHyperParameterRanges",
"setterModel" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : null,
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "DefaultHyperParameterRanges",
"variableName" : "defaultHyperParameterRanges",
"variableType" : "DefaultHyperParameterRanges",
"documentation" : "Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
",
"simpleType" : "DefaultHyperParameterRanges",
"variableSetterType" : "DefaultHyperParameterRanges"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getDefaultResourceConfig",
"beanStyleSetterMethodName" : "setDefaultResourceConfig",
"c2jName" : "defaultResourceConfig",
"c2jShape" : "ResourceConfig",
"defaultConsumerFluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\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 #defaultResourceConfig(Map)}.\n@param defaultResourceConfig 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 #defaultResourceConfig(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultResourceConfig()} to see if a value was sent in this field.\n
\n@return Specifies the default maximum number of training jobs and parallel training jobs.\n@deprecated Use {@link #defaultResourceConfig()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #defaultResourceConfig(Map)}\n",
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DefaultResourceConfig property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDefaultResourceConfig",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "defaultResourceConfig",
"fluentSetterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "defaultResourceConfig",
"getterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasDefaultResourceConfig()} to see if a value was sent in this field.\n
\n@return Specifies the default maximum number of training jobs and parallel training jobs.",
"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" : "defaultResourceConfig",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "defaultResourceConfig",
"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" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.\n@deprecated Use {@link #key()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #key(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Key property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasKey",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "key",
"fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "key",
"getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "key",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "key",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Key",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.",
"setterMethodName" : "setKey",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "key",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "value",
"c2jShape" : "ParameterValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.\n@deprecated Use {@link #value()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #value(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Value property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValue",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "value",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"entryType" : "Map.Entry",
"templateType" : "java.util.Map"
},
"marshallingType" : "MAP",
"name" : "DefaultResourceConfig",
"sensitive" : false,
"setterDocumentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
\n@param defaultResourceConfig Specifies the default maximum number of training jobs and parallel training jobs.",
"setterMethodName" : "setDefaultResourceConfig",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "defaultResourceConfig",
"variableType" : "java.util.Map",
"documentation" : "Specifies the default maximum number of training jobs and parallel training jobs.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTrainingInputMode",
"beanStyleSetterMethodName" : "setTrainingInputMode",
"c2jName" : "trainingInputMode",
"c2jShape" : "TrainingInputMode",
"defaultConsumerFluentSetterDocumentation" : "The training input mode.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #trainingInputMode(String)}.\n@param trainingInputMode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #trainingInputMode(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The training input mode.
\n@return The training input mode.\n@deprecated Use {@link #trainingInputMode()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #trainingInputMode(String)}\n",
"documentation" : "The training input mode.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TrainingInputMode property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTrainingInputMode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "trainingInputMode",
"fluentSetterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "trainingInputMode",
"getterDocumentation" : "The training input mode.
\n@return The training input mode.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "trainingInputMode",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "trainingInputMode",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TrainingInputMode",
"sensitive" : false,
"setterDocumentation" : "The training input mode.
\n@param trainingInputMode The training input mode.",
"setterMethodName" : "setTrainingInputMode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "trainingInputMode",
"variableType" : "String",
"documentation" : "The training input mode.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@return The Amazon Resource Name (ARN) of the role.\n@deprecated Use {@link #roleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@return The Amazon Resource Name (ARN) of the role.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the role.
\n@param roleArn The Amazon Resource Name (ARN) of the role.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the role.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@return The date and time (in Unix time) that the algorithm was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@return The date and time (in Unix time) that the algorithm was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was created.
\n@param creationDateTime The date and time (in Unix time) that the algorithm was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@return The date and time (in Unix time) that the algorithm was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@return The date and time (in Unix time) that the algorithm was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the algorithm was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the algorithm was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the algorithm was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Algorithm",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Algorithm",
"variableName" : "algorithm",
"variableType" : "Algorithm",
"documentation" : null,
"simpleType" : "Algorithm",
"variableSetterType" : "Algorithm"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AlgorithmImage" : {
"c2jName" : "AlgorithmImage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes an algorithm image.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the algorithm image.
\n@return The name of the algorithm image.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm image.
\n@return The name of the algorithm image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDockerURI",
"beanStyleSetterMethodName" : "setDockerURI",
"c2jName" : "dockerURI",
"c2jShape" : "DockerURI",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dockerURI(String)}.\n@param dockerURI a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dockerURI(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.\n@deprecated Use {@link #dockerURI()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dockerURI(String)}\n",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DockerURI property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDockerURI",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dockerURI",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dockerURI",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "dockerURI",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dockerURI",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DockerURI",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setDockerURI",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DockerURI" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDockerURI",
"beanStyleSetterMethodName" : "setDockerURI",
"c2jName" : "dockerURI",
"c2jShape" : "DockerURI",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dockerURI(String)}.\n@param dockerURI a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dockerURI(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.\n@deprecated Use {@link #dockerURI()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dockerURI(String)}\n",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DockerURI property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDockerURI",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dockerURI",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dockerURI",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "dockerURI",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dockerURI",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DockerURI",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setDockerURI",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the algorithm image.
\n@return The name of the algorithm image.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm image.
\n@return The name of the algorithm image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the algorithm image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the algorithm image.
\n@return The name of the algorithm image.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the algorithm image.
\n@return The name of the algorithm image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the algorithm image.
\n@param name The name of the algorithm image.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDockerURI",
"beanStyleSetterMethodName" : "setDockerURI",
"c2jName" : "dockerURI",
"c2jShape" : "DockerURI",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #dockerURI(String)}.\n@param dockerURI a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #dockerURI(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.\n@deprecated Use {@link #dockerURI()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #dockerURI(String)}\n",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DockerURI property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDockerURI",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "dockerURI",
"fluentSetterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "dockerURI",
"getterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@return The URI of the Docker container for the algorithm image.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "dockerURI",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "dockerURI",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "DockerURI",
"sensitive" : false,
"setterDocumentation" : "The URI of the Docker container for the algorithm image.
\n@param dockerURI The URI of the Docker container for the algorithm image.",
"setterMethodName" : "setDockerURI",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "dockerURI",
"variableType" : "String",
"documentation" : "The URI of the Docker container for the algorithm image.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "dockerURI" ],
"shapeName" : "AlgorithmImage",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AlgorithmImage",
"variableName" : "algorithmImage",
"variableType" : "AlgorithmImage",
"documentation" : null,
"simpleType" : "AlgorithmImage",
"variableSetterType" : "AlgorithmImage"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AutoMLConfig" : {
"c2jName" : "AutoMLConfig",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "When the solution performs AutoML (performAutoML
is true in CreateSolution), Amazon Personalize determines which recipe, from the specified list, optimizes the given metric. Amazon Personalize then uses that recipe for the solution.
",
"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" : "getMetricName",
"beanStyleSetterMethodName" : "setMetricName",
"c2jName" : "metricName",
"c2jShape" : "MetricName",
"defaultConsumerFluentSetterDocumentation" : "The metric to optimize.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 metric to optimize.
\n@return The metric to optimize.\n@deprecated Use {@link #metricName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The metric to optimize.
\n@param metricName The metric to optimize.\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 metric to optimize.
",
"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 metric to optimize.
\n@param metricName The metric to optimize.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricName",
"getterDocumentation" : "The metric to optimize.
\n@return The metric to optimize.",
"getterModel" : {
"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 metric to optimize.
\n@param metricName The metric to optimize.",
"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 metric to optimize.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRecipeList",
"beanStyleSetterMethodName" : "setRecipeList",
"c2jName" : "recipeList",
"c2jShape" : "ArnList",
"defaultConsumerFluentSetterDocumentation" : "The list of candidate recipes.
\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 #recipeList(List)}.\n@param recipeList 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 #recipeList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of candidate recipes.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecipeList()} to see if a value was sent in this field.\n
\n@return The list of candidate recipes.\n@deprecated Use {@link #recipeList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recipeList(List)}\n",
"documentation" : "The list of candidate recipes.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecipeList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecipeList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipeList",
"fluentSetterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recipeList",
"getterDocumentation" : "The list of candidate recipes.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecipeList()} to see if a value was sent in this field.\n
\n@return The list of candidate recipes.",
"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" : "recipeList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "recipeList",
"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" : "Arn",
"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" : "RecipeList",
"sensitive" : false,
"setterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.",
"setterMethodName" : "setRecipeList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : "The list of candidate recipes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"MetricName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMetricName",
"beanStyleSetterMethodName" : "setMetricName",
"c2jName" : "metricName",
"c2jShape" : "MetricName",
"defaultConsumerFluentSetterDocumentation" : "The metric to optimize.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 metric to optimize.
\n@return The metric to optimize.\n@deprecated Use {@link #metricName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The metric to optimize.
\n@param metricName The metric to optimize.\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 metric to optimize.
",
"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 metric to optimize.
\n@param metricName The metric to optimize.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricName",
"getterDocumentation" : "The metric to optimize.
\n@return The metric to optimize.",
"getterModel" : {
"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 metric to optimize.
\n@param metricName The metric to optimize.",
"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 metric to optimize.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RecipeList" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRecipeList",
"beanStyleSetterMethodName" : "setRecipeList",
"c2jName" : "recipeList",
"c2jShape" : "ArnList",
"defaultConsumerFluentSetterDocumentation" : "The list of candidate recipes.
\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 #recipeList(List)}.\n@param recipeList 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 #recipeList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of candidate recipes.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecipeList()} to see if a value was sent in this field.\n
\n@return The list of candidate recipes.\n@deprecated Use {@link #recipeList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recipeList(List)}\n",
"documentation" : "The list of candidate recipes.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecipeList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecipeList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipeList",
"fluentSetterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recipeList",
"getterDocumentation" : "The list of candidate recipes.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecipeList()} to see if a value was sent in this field.\n
\n@return The list of candidate recipes.",
"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" : "recipeList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "recipeList",
"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" : "Arn",
"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" : "RecipeList",
"sensitive" : false,
"setterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.",
"setterMethodName" : "setRecipeList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : "The list of candidate recipes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMetricName",
"beanStyleSetterMethodName" : "setMetricName",
"c2jName" : "metricName",
"c2jShape" : "MetricName",
"defaultConsumerFluentSetterDocumentation" : "The metric to optimize.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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 metric to optimize.
\n@return The metric to optimize.\n@deprecated Use {@link #metricName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The metric to optimize.
\n@param metricName The metric to optimize.\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 metric to optimize.
",
"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 metric to optimize.
\n@param metricName The metric to optimize.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "metricName",
"getterDocumentation" : "The metric to optimize.
\n@return The metric to optimize.",
"getterModel" : {
"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 metric to optimize.
\n@param metricName The metric to optimize.",
"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 metric to optimize.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRecipeList",
"beanStyleSetterMethodName" : "setRecipeList",
"c2jName" : "recipeList",
"c2jShape" : "ArnList",
"defaultConsumerFluentSetterDocumentation" : "The list of candidate recipes.
\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 #recipeList(List)}.\n@param recipeList 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 #recipeList(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The list of candidate recipes.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecipeList()} to see if a value was sent in this field.\n
\n@return The list of candidate recipes.\n@deprecated Use {@link #recipeList()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recipeList(List)}\n",
"documentation" : "The list of candidate recipes.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecipeList property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecipeList",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recipeList",
"fluentSetterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recipeList",
"getterDocumentation" : "The list of candidate recipes.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecipeList()} to see if a value was sent in this field.\n
\n@return The list of candidate recipes.",
"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" : "recipeList",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "recipeList",
"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" : "Arn",
"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" : "RecipeList",
"sensitive" : false,
"setterDocumentation" : "The list of candidate recipes.
\n@param recipeList The list of candidate recipes.",
"setterMethodName" : "setRecipeList",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "recipeList",
"variableType" : "java.util.List",
"documentation" : "The list of candidate recipes.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AutoMLConfig",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AutoMLConfig",
"variableName" : "autoMLConfig",
"variableType" : "AutoMLConfig",
"documentation" : null,
"simpleType" : "AutoMLConfig",
"variableSetterType" : "AutoMLConfig"
},
"wrapper" : false,
"xmlNamespace" : null
},
"AutoMLResult" : {
"c2jName" : "AutoMLResult",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "When the solution performs AutoML (performAutoML
is true in CreateSolution), specifies the recipe that best optimized the specified metric.
",
"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" : "getBestRecipeArn",
"beanStyleSetterMethodName" : "setBestRecipeArn",
"c2jName" : "bestRecipeArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bestRecipeArn(String)}.\n@param bestRecipeArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bestRecipeArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@return The Amazon Resource Name (ARN) of the best recipe.\n@deprecated Use {@link #bestRecipeArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bestRecipeArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BestRecipeArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBestRecipeArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bestRecipeArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bestRecipeArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@return The Amazon Resource Name (ARN) of the best recipe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "bestRecipeArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "bestRecipeArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BestRecipeArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.",
"setterMethodName" : "setBestRecipeArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BestRecipeArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBestRecipeArn",
"beanStyleSetterMethodName" : "setBestRecipeArn",
"c2jName" : "bestRecipeArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bestRecipeArn(String)}.\n@param bestRecipeArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bestRecipeArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@return The Amazon Resource Name (ARN) of the best recipe.\n@deprecated Use {@link #bestRecipeArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bestRecipeArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BestRecipeArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBestRecipeArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bestRecipeArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bestRecipeArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@return The Amazon Resource Name (ARN) of the best recipe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "bestRecipeArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "bestRecipeArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BestRecipeArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.",
"setterMethodName" : "setBestRecipeArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBestRecipeArn",
"beanStyleSetterMethodName" : "setBestRecipeArn",
"c2jName" : "bestRecipeArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #bestRecipeArn(String)}.\n@param bestRecipeArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bestRecipeArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@return The Amazon Resource Name (ARN) of the best recipe.\n@deprecated Use {@link #bestRecipeArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bestRecipeArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BestRecipeArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBestRecipeArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bestRecipeArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bestRecipeArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@return The Amazon Resource Name (ARN) of the best recipe.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "bestRecipeArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "bestRecipeArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BestRecipeArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the best recipe.
\n@param bestRecipeArn The Amazon Resource Name (ARN) of the best recipe.",
"setterMethodName" : "setBestRecipeArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "bestRecipeArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the best recipe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AutoMLResult",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AutoMLResult",
"variableName" : "autoMLResult",
"variableType" : "AutoMLResult",
"documentation" : null,
"simpleType" : "AutoMLResult",
"variableSetterType" : "AutoMLResult"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchInferenceJob" : {
"c2jName" : "BatchInferenceJob",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Contains information on a batch inference job.
",
"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" : "getJobName",
"beanStyleSetterMethodName" : "setJobName",
"c2jName" : "jobName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobName(String)}.\n@param jobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.\n@deprecated Use {@link #jobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n",
"documentation" : "The name of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobName",
"fluentSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobName",
"getterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobName",
"sensitive" : false,
"setterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.",
"setterMethodName" : "setJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : "The name of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBatchInferenceJobArn",
"beanStyleSetterMethodName" : "setBatchInferenceJobArn",
"c2jName" : "batchInferenceJobArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchInferenceJobArn(String)}.\n@param batchInferenceJobArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchInferenceJobArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.\n@deprecated Use {@link #batchInferenceJobArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchInferenceJobArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BatchInferenceJobArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBatchInferenceJobArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "batchInferenceJobArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "batchInferenceJobArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "batchInferenceJobArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "batchInferenceJobArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BatchInferenceJobArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.",
"setterMethodName" : "setBatchInferenceJobArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the batch inference job failed, the reason for the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@return The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@return The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNumResults",
"beanStyleSetterMethodName" : "setNumResults",
"c2jName" : "numResults",
"c2jShape" : "NumBatchResults",
"defaultConsumerFluentSetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\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 #numResults(Integer)}.\n@param numResults 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 #numResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@return The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.\n@deprecated Use {@link #numResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@param numResults The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numResults(Integer)}\n",
"documentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NumResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNumResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "numResults",
"fluentSetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@param numResults The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "numResults",
"getterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@return The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.",
"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" : "numResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "numResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "NumResults",
"sensitive" : false,
"setterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@param numResults The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.",
"setterMethodName" : "setNumResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "numResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "numResults",
"variableType" : "Integer",
"documentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobInput",
"beanStyleSetterMethodName" : "setJobInput",
"c2jName" : "jobInput",
"c2jShape" : "BatchInferenceJobInput",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\nThis is a convenience that creates an instance of the {@link BatchInferenceJobInput.Builder} avoiding the need to create one manually via {@link BatchInferenceJobInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchInferenceJobInput.Builder#build()} is called immediately and its result is passed to {@link #jobInput(BatchInferenceJobInput)}.\n@param jobInput a consumer that will call methods on {@link BatchInferenceJobInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobInput(BatchInferenceJobInput)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@return The Amazon S3 path that leads to the input data used to generate the batch inference job.\n@deprecated Use {@link #jobInput()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@param jobInput The Amazon S3 path that leads to the input data used to generate the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobInput(BatchInferenceJobInput)}\n",
"documentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobInput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobInput",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobInput",
"fluentSetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@param jobInput The Amazon S3 path that leads to the input data used to generate the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobInput",
"getterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@return The Amazon S3 path that leads to the input data used to generate the batch inference job.",
"getterModel" : {
"returnType" : "BatchInferenceJobInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobInput",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobInput",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobInput",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@param jobInput The Amazon S3 path that leads to the input data used to generate the batch inference job.",
"setterMethodName" : "setJobInput",
"setterModel" : {
"variableDeclarationType" : "BatchInferenceJobInput",
"variableName" : "jobInput",
"variableType" : "BatchInferenceJobInput",
"documentation" : null,
"simpleType" : "BatchInferenceJobInput",
"variableSetterType" : "BatchInferenceJobInput"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchInferenceJobInput",
"variableName" : "jobInput",
"variableType" : "BatchInferenceJobInput",
"documentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
",
"simpleType" : "BatchInferenceJobInput",
"variableSetterType" : "BatchInferenceJobInput"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobOutput",
"beanStyleSetterMethodName" : "setJobOutput",
"c2jName" : "jobOutput",
"c2jShape" : "BatchInferenceJobOutput",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\nThis is a convenience that creates an instance of the {@link BatchInferenceJobOutput.Builder} avoiding the need to create one manually via {@link BatchInferenceJobOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchInferenceJobOutput.Builder#build()} is called immediately and its result is passed to {@link #jobOutput(BatchInferenceJobOutput)}.\n@param jobOutput a consumer that will call methods on {@link BatchInferenceJobOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobOutput(BatchInferenceJobOutput)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@return The Amazon S3 bucket that contains the output data generated by the batch inference job.\n@deprecated Use {@link #jobOutput()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@param jobOutput The Amazon S3 bucket that contains the output data generated by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobOutput(BatchInferenceJobOutput)}\n",
"documentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobOutput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobOutput",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobOutput",
"fluentSetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@param jobOutput The Amazon S3 bucket that contains the output data generated by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobOutput",
"getterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@return The Amazon S3 bucket that contains the output data generated by the batch inference job.",
"getterModel" : {
"returnType" : "BatchInferenceJobOutput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobOutput",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobOutput",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobOutput",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@param jobOutput The Amazon S3 bucket that contains the output data generated by the batch inference job.",
"setterMethodName" : "setJobOutput",
"setterModel" : {
"variableDeclarationType" : "BatchInferenceJobOutput",
"variableName" : "jobOutput",
"variableType" : "BatchInferenceJobOutput",
"documentation" : null,
"simpleType" : "BatchInferenceJobOutput",
"variableSetterType" : "BatchInferenceJobOutput"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchInferenceJobOutput",
"variableName" : "jobOutput",
"variableType" : "BatchInferenceJobOutput",
"documentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
",
"simpleType" : "BatchInferenceJobOutput",
"variableSetterType" : "BatchInferenceJobOutput"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@return The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.\n@deprecated Use {@link #roleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@param roleArn The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n",
"documentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@param roleArn The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@return The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@param roleArn The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"getterModel" : {
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BatchInferenceJobArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBatchInferenceJobArn",
"beanStyleSetterMethodName" : "setBatchInferenceJobArn",
"c2jName" : "batchInferenceJobArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchInferenceJobArn(String)}.\n@param batchInferenceJobArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchInferenceJobArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.\n@deprecated Use {@link #batchInferenceJobArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchInferenceJobArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BatchInferenceJobArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBatchInferenceJobArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "batchInferenceJobArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "batchInferenceJobArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "batchInferenceJobArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "batchInferenceJobArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BatchInferenceJobArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.",
"setterMethodName" : "setBatchInferenceJobArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the batch inference job failed, the reason for the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"JobInput" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobInput",
"beanStyleSetterMethodName" : "setJobInput",
"c2jName" : "jobInput",
"c2jShape" : "BatchInferenceJobInput",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\nThis is a convenience that creates an instance of the {@link BatchInferenceJobInput.Builder} avoiding the need to create one manually via {@link BatchInferenceJobInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchInferenceJobInput.Builder#build()} is called immediately and its result is passed to {@link #jobInput(BatchInferenceJobInput)}.\n@param jobInput a consumer that will call methods on {@link BatchInferenceJobInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobInput(BatchInferenceJobInput)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@return The Amazon S3 path that leads to the input data used to generate the batch inference job.\n@deprecated Use {@link #jobInput()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@param jobInput The Amazon S3 path that leads to the input data used to generate the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobInput(BatchInferenceJobInput)}\n",
"documentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobInput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobInput",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobInput",
"fluentSetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@param jobInput The Amazon S3 path that leads to the input data used to generate the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobInput",
"getterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@return The Amazon S3 path that leads to the input data used to generate the batch inference job.",
"getterModel" : {
"returnType" : "BatchInferenceJobInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobInput",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobInput",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobInput",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@param jobInput The Amazon S3 path that leads to the input data used to generate the batch inference job.",
"setterMethodName" : "setJobInput",
"setterModel" : {
"variableDeclarationType" : "BatchInferenceJobInput",
"variableName" : "jobInput",
"variableType" : "BatchInferenceJobInput",
"documentation" : null,
"simpleType" : "BatchInferenceJobInput",
"variableSetterType" : "BatchInferenceJobInput"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchInferenceJobInput",
"variableName" : "jobInput",
"variableType" : "BatchInferenceJobInput",
"documentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
",
"simpleType" : "BatchInferenceJobInput",
"variableSetterType" : "BatchInferenceJobInput"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"JobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobName",
"beanStyleSetterMethodName" : "setJobName",
"c2jName" : "jobName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobName(String)}.\n@param jobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.\n@deprecated Use {@link #jobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n",
"documentation" : "The name of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobName",
"fluentSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobName",
"getterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobName",
"sensitive" : false,
"setterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.",
"setterMethodName" : "setJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : "The name of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"JobOutput" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobOutput",
"beanStyleSetterMethodName" : "setJobOutput",
"c2jName" : "jobOutput",
"c2jShape" : "BatchInferenceJobOutput",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\nThis is a convenience that creates an instance of the {@link BatchInferenceJobOutput.Builder} avoiding the need to create one manually via {@link BatchInferenceJobOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchInferenceJobOutput.Builder#build()} is called immediately and its result is passed to {@link #jobOutput(BatchInferenceJobOutput)}.\n@param jobOutput a consumer that will call methods on {@link BatchInferenceJobOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobOutput(BatchInferenceJobOutput)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@return The Amazon S3 bucket that contains the output data generated by the batch inference job.\n@deprecated Use {@link #jobOutput()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@param jobOutput The Amazon S3 bucket that contains the output data generated by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobOutput(BatchInferenceJobOutput)}\n",
"documentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobOutput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobOutput",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobOutput",
"fluentSetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@param jobOutput The Amazon S3 bucket that contains the output data generated by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobOutput",
"getterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@return The Amazon S3 bucket that contains the output data generated by the batch inference job.",
"getterModel" : {
"returnType" : "BatchInferenceJobOutput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobOutput",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobOutput",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobOutput",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@param jobOutput The Amazon S3 bucket that contains the output data generated by the batch inference job.",
"setterMethodName" : "setJobOutput",
"setterModel" : {
"variableDeclarationType" : "BatchInferenceJobOutput",
"variableName" : "jobOutput",
"variableType" : "BatchInferenceJobOutput",
"documentation" : null,
"simpleType" : "BatchInferenceJobOutput",
"variableSetterType" : "BatchInferenceJobOutput"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchInferenceJobOutput",
"variableName" : "jobOutput",
"variableType" : "BatchInferenceJobOutput",
"documentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
",
"simpleType" : "BatchInferenceJobOutput",
"variableSetterType" : "BatchInferenceJobOutput"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"NumResults" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNumResults",
"beanStyleSetterMethodName" : "setNumResults",
"c2jName" : "numResults",
"c2jShape" : "NumBatchResults",
"defaultConsumerFluentSetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\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 #numResults(Integer)}.\n@param numResults 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 #numResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@return The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.\n@deprecated Use {@link #numResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@param numResults The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numResults(Integer)}\n",
"documentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NumResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNumResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "numResults",
"fluentSetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@param numResults The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "numResults",
"getterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@return The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.",
"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" : "numResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "numResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "NumResults",
"sensitive" : false,
"setterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@param numResults The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.",
"setterMethodName" : "setNumResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "numResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "numResults",
"variableType" : "Integer",
"documentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RoleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@return The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.\n@deprecated Use {@link #roleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@param roleArn The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n",
"documentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@param roleArn The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@return The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@param roleArn The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SolutionVersionArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@return The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@return The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"getterModel" : {
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobName",
"beanStyleSetterMethodName" : "setJobName",
"c2jName" : "jobName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobName(String)}.\n@param jobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.\n@deprecated Use {@link #jobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n",
"documentation" : "The name of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobName",
"fluentSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobName",
"getterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobName",
"sensitive" : false,
"setterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.",
"setterMethodName" : "setJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : "The name of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBatchInferenceJobArn",
"beanStyleSetterMethodName" : "setBatchInferenceJobArn",
"c2jName" : "batchInferenceJobArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchInferenceJobArn(String)}.\n@param batchInferenceJobArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchInferenceJobArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.\n@deprecated Use {@link #batchInferenceJobArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchInferenceJobArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BatchInferenceJobArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBatchInferenceJobArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "batchInferenceJobArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "batchInferenceJobArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "batchInferenceJobArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "batchInferenceJobArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BatchInferenceJobArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.",
"setterMethodName" : "setBatchInferenceJobArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the batch inference job failed, the reason for the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@return The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@return The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the solution version from which the batch inference job was created.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getNumResults",
"beanStyleSetterMethodName" : "setNumResults",
"c2jName" : "numResults",
"c2jShape" : "NumBatchResults",
"defaultConsumerFluentSetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\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 #numResults(Integer)}.\n@param numResults 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 #numResults(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@return The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.\n@deprecated Use {@link #numResults()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@param numResults The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #numResults(Integer)}\n",
"documentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the NumResults property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasNumResults",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "numResults",
"fluentSetterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@param numResults The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "numResults",
"getterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@return The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.",
"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" : "numResults",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "numResults",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "NumResults",
"sensitive" : false,
"setterDocumentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
\n@param numResults The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.",
"setterMethodName" : "setNumResults",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "numResults",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "numResults",
"variableType" : "Integer",
"documentation" : "The number of recommendations generated by the batch inference job. This number includes the error messages generated for failed input records.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobInput",
"beanStyleSetterMethodName" : "setJobInput",
"c2jName" : "jobInput",
"c2jShape" : "BatchInferenceJobInput",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\nThis is a convenience that creates an instance of the {@link BatchInferenceJobInput.Builder} avoiding the need to create one manually via {@link BatchInferenceJobInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchInferenceJobInput.Builder#build()} is called immediately and its result is passed to {@link #jobInput(BatchInferenceJobInput)}.\n@param jobInput a consumer that will call methods on {@link BatchInferenceJobInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobInput(BatchInferenceJobInput)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@return The Amazon S3 path that leads to the input data used to generate the batch inference job.\n@deprecated Use {@link #jobInput()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@param jobInput The Amazon S3 path that leads to the input data used to generate the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobInput(BatchInferenceJobInput)}\n",
"documentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobInput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobInput",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobInput",
"fluentSetterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@param jobInput The Amazon S3 path that leads to the input data used to generate the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobInput",
"getterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@return The Amazon S3 path that leads to the input data used to generate the batch inference job.",
"getterModel" : {
"returnType" : "BatchInferenceJobInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobInput",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobInput",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobInput",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
\n@param jobInput The Amazon S3 path that leads to the input data used to generate the batch inference job.",
"setterMethodName" : "setJobInput",
"setterModel" : {
"variableDeclarationType" : "BatchInferenceJobInput",
"variableName" : "jobInput",
"variableType" : "BatchInferenceJobInput",
"documentation" : null,
"simpleType" : "BatchInferenceJobInput",
"variableSetterType" : "BatchInferenceJobInput"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchInferenceJobInput",
"variableName" : "jobInput",
"variableType" : "BatchInferenceJobInput",
"documentation" : "The Amazon S3 path that leads to the input data used to generate the batch inference job.
",
"simpleType" : "BatchInferenceJobInput",
"variableSetterType" : "BatchInferenceJobInput"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobOutput",
"beanStyleSetterMethodName" : "setJobOutput",
"c2jName" : "jobOutput",
"c2jShape" : "BatchInferenceJobOutput",
"defaultConsumerFluentSetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\nThis is a convenience that creates an instance of the {@link BatchInferenceJobOutput.Builder} avoiding the need to create one manually via {@link BatchInferenceJobOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link BatchInferenceJobOutput.Builder#build()} is called immediately and its result is passed to {@link #jobOutput(BatchInferenceJobOutput)}.\n@param jobOutput a consumer that will call methods on {@link BatchInferenceJobOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobOutput(BatchInferenceJobOutput)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@return The Amazon S3 bucket that contains the output data generated by the batch inference job.\n@deprecated Use {@link #jobOutput()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@param jobOutput The Amazon S3 bucket that contains the output data generated by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobOutput(BatchInferenceJobOutput)}\n",
"documentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobOutput property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobOutput",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobOutput",
"fluentSetterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@param jobOutput The Amazon S3 bucket that contains the output data generated by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobOutput",
"getterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@return The Amazon S3 bucket that contains the output data generated by the batch inference job.",
"getterModel" : {
"returnType" : "BatchInferenceJobOutput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobOutput",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobOutput",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "JobOutput",
"sensitive" : false,
"setterDocumentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
\n@param jobOutput The Amazon S3 bucket that contains the output data generated by the batch inference job.",
"setterMethodName" : "setJobOutput",
"setterModel" : {
"variableDeclarationType" : "BatchInferenceJobOutput",
"variableName" : "jobOutput",
"variableType" : "BatchInferenceJobOutput",
"documentation" : null,
"simpleType" : "BatchInferenceJobOutput",
"variableSetterType" : "BatchInferenceJobOutput"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BatchInferenceJobOutput",
"variableName" : "jobOutput",
"variableType" : "BatchInferenceJobOutput",
"documentation" : "The Amazon S3 bucket that contains the output data generated by the batch inference job.
",
"simpleType" : "BatchInferenceJobOutput",
"variableSetterType" : "BatchInferenceJobOutput"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRoleArn",
"beanStyleSetterMethodName" : "setRoleArn",
"c2jName" : "roleArn",
"c2jShape" : "RoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #roleArn(String)}.\n@param roleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #roleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@return The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.\n@deprecated Use {@link #roleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@param roleArn The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #roleArn(String)}\n",
"documentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "roleArn",
"fluentSetterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@param roleArn The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "roleArn",
"getterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@return The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "roleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "roleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RoleArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
\n@param roleArn The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.",
"setterMethodName" : "setRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "roleArn",
"variableType" : "String",
"documentation" : "The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"getterModel" : {
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchInferenceJob",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchInferenceJob",
"variableName" : "batchInferenceJob",
"variableType" : "BatchInferenceJob",
"documentation" : null,
"simpleType" : "BatchInferenceJob",
"variableSetterType" : "BatchInferenceJob"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchInferenceJobInput" : {
"c2jName" : "BatchInferenceJobInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The input configuration of a batch inference job.
",
"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" : "getS3DataSource",
"beanStyleSetterMethodName" : "setS3DataSource",
"c2jName" : "s3DataSource",
"c2jShape" : "S3DataConfig",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\nThis is a convenience that creates an instance of the {@link S3DataConfig.Builder} avoiding the need to create one manually via {@link S3DataConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3DataConfig.Builder#build()} is called immediately and its result is passed to {@link #s3DataSource(S3DataConfig)}.\n@param s3DataSource a consumer that will call methods on {@link S3DataConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3DataSource(S3DataConfig)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@return The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.\n@deprecated Use {@link #s3DataSource()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@param s3DataSource The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3DataSource(S3DataConfig)}\n",
"documentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3DataSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasS3DataSource",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3DataSource",
"fluentSetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@param s3DataSource The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3DataSource",
"getterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@return The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.",
"getterModel" : {
"returnType" : "S3DataConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3DataSource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3DataSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3DataSource",
"sensitive" : false,
"setterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@param s3DataSource The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.",
"setterMethodName" : "setS3DataSource",
"setterModel" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataSource",
"variableType" : "S3DataConfig",
"documentation" : null,
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataSource",
"variableType" : "S3DataConfig",
"documentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
",
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"S3DataSource" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3DataSource",
"beanStyleSetterMethodName" : "setS3DataSource",
"c2jName" : "s3DataSource",
"c2jShape" : "S3DataConfig",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\nThis is a convenience that creates an instance of the {@link S3DataConfig.Builder} avoiding the need to create one manually via {@link S3DataConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3DataConfig.Builder#build()} is called immediately and its result is passed to {@link #s3DataSource(S3DataConfig)}.\n@param s3DataSource a consumer that will call methods on {@link S3DataConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3DataSource(S3DataConfig)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@return The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.\n@deprecated Use {@link #s3DataSource()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@param s3DataSource The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3DataSource(S3DataConfig)}\n",
"documentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3DataSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasS3DataSource",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3DataSource",
"fluentSetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@param s3DataSource The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3DataSource",
"getterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@return The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.",
"getterModel" : {
"returnType" : "S3DataConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3DataSource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3DataSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3DataSource",
"sensitive" : false,
"setterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@param s3DataSource The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.",
"setterMethodName" : "setS3DataSource",
"setterModel" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataSource",
"variableType" : "S3DataConfig",
"documentation" : null,
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataSource",
"variableType" : "S3DataConfig",
"documentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
",
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3DataSource",
"beanStyleSetterMethodName" : "setS3DataSource",
"c2jName" : "s3DataSource",
"c2jShape" : "S3DataConfig",
"defaultConsumerFluentSetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\nThis is a convenience that creates an instance of the {@link S3DataConfig.Builder} avoiding the need to create one manually via {@link S3DataConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3DataConfig.Builder#build()} is called immediately and its result is passed to {@link #s3DataSource(S3DataConfig)}.\n@param s3DataSource a consumer that will call methods on {@link S3DataConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3DataSource(S3DataConfig)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@return The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.\n@deprecated Use {@link #s3DataSource()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@param s3DataSource The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3DataSource(S3DataConfig)}\n",
"documentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3DataSource property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasS3DataSource",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3DataSource",
"fluentSetterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@param s3DataSource The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3DataSource",
"getterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@return The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.",
"getterModel" : {
"returnType" : "S3DataConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3DataSource",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3DataSource",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3DataSource",
"sensitive" : false,
"setterDocumentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
\n@param s3DataSource The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.",
"setterMethodName" : "setS3DataSource",
"setterModel" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataSource",
"variableType" : "S3DataConfig",
"documentation" : null,
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataSource",
"variableType" : "S3DataConfig",
"documentation" : "The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
",
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "s3DataSource" ],
"shapeName" : "BatchInferenceJobInput",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchInferenceJobInput",
"variableName" : "batchInferenceJobInput",
"variableType" : "BatchInferenceJobInput",
"documentation" : null,
"simpleType" : "BatchInferenceJobInput",
"variableSetterType" : "BatchInferenceJobInput"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchInferenceJobOutput" : {
"c2jName" : "BatchInferenceJobOutput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The output configuration parameters of a batch inference job.
",
"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" : "getS3DataDestination",
"beanStyleSetterMethodName" : "setS3DataDestination",
"c2jName" : "s3DataDestination",
"c2jShape" : "S3DataConfig",
"defaultConsumerFluentSetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\nThis is a convenience that creates an instance of the {@link S3DataConfig.Builder} avoiding the need to create one manually via {@link S3DataConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3DataConfig.Builder#build()} is called immediately and its result is passed to {@link #s3DataDestination(S3DataConfig)}.\n@param s3DataDestination a consumer that will call methods on {@link S3DataConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3DataDestination(S3DataConfig)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@return Information on the Amazon S3 bucket in which the batch inference job's output is stored.\n@deprecated Use {@link #s3DataDestination()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@param s3DataDestination Information on the Amazon S3 bucket in which the batch inference job's output is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3DataDestination(S3DataConfig)}\n",
"documentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3DataDestination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasS3DataDestination",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3DataDestination",
"fluentSetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@param s3DataDestination Information on the Amazon S3 bucket in which the batch inference job's output is stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3DataDestination",
"getterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@return Information on the Amazon S3 bucket in which the batch inference job's output is stored.",
"getterModel" : {
"returnType" : "S3DataConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3DataDestination",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3DataDestination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3DataDestination",
"sensitive" : false,
"setterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@param s3DataDestination Information on the Amazon S3 bucket in which the batch inference job's output is stored.",
"setterMethodName" : "setS3DataDestination",
"setterModel" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataDestination",
"variableType" : "S3DataConfig",
"documentation" : null,
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataDestination",
"variableType" : "S3DataConfig",
"documentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
",
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"S3DataDestination" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3DataDestination",
"beanStyleSetterMethodName" : "setS3DataDestination",
"c2jName" : "s3DataDestination",
"c2jShape" : "S3DataConfig",
"defaultConsumerFluentSetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\nThis is a convenience that creates an instance of the {@link S3DataConfig.Builder} avoiding the need to create one manually via {@link S3DataConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3DataConfig.Builder#build()} is called immediately and its result is passed to {@link #s3DataDestination(S3DataConfig)}.\n@param s3DataDestination a consumer that will call methods on {@link S3DataConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3DataDestination(S3DataConfig)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@return Information on the Amazon S3 bucket in which the batch inference job's output is stored.\n@deprecated Use {@link #s3DataDestination()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@param s3DataDestination Information on the Amazon S3 bucket in which the batch inference job's output is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3DataDestination(S3DataConfig)}\n",
"documentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3DataDestination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasS3DataDestination",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3DataDestination",
"fluentSetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@param s3DataDestination Information on the Amazon S3 bucket in which the batch inference job's output is stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3DataDestination",
"getterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@return Information on the Amazon S3 bucket in which the batch inference job's output is stored.",
"getterModel" : {
"returnType" : "S3DataConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3DataDestination",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3DataDestination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3DataDestination",
"sensitive" : false,
"setterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@param s3DataDestination Information on the Amazon S3 bucket in which the batch inference job's output is stored.",
"setterMethodName" : "setS3DataDestination",
"setterModel" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataDestination",
"variableType" : "S3DataConfig",
"documentation" : null,
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataDestination",
"variableType" : "S3DataConfig",
"documentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
",
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getS3DataDestination",
"beanStyleSetterMethodName" : "setS3DataDestination",
"c2jName" : "s3DataDestination",
"c2jShape" : "S3DataConfig",
"defaultConsumerFluentSetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\nThis is a convenience that creates an instance of the {@link S3DataConfig.Builder} avoiding the need to create one manually via {@link S3DataConfig#builder()}.\n\nWhen the {@link Consumer} completes, {@link S3DataConfig.Builder#build()} is called immediately and its result is passed to {@link #s3DataDestination(S3DataConfig)}.\n@param s3DataDestination a consumer that will call methods on {@link S3DataConfig.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #s3DataDestination(S3DataConfig)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@return Information on the Amazon S3 bucket in which the batch inference job's output is stored.\n@deprecated Use {@link #s3DataDestination()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@param s3DataDestination Information on the Amazon S3 bucket in which the batch inference job's output is stored.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #s3DataDestination(S3DataConfig)}\n",
"documentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the S3DataDestination property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasS3DataDestination",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "s3DataDestination",
"fluentSetterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@param s3DataDestination Information on the Amazon S3 bucket in which the batch inference job's output is stored.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "s3DataDestination",
"getterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@return Information on the Amazon S3 bucket in which the batch inference job's output is stored.",
"getterModel" : {
"returnType" : "S3DataConfig",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "s3DataDestination",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "s3DataDestination",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "S3DataDestination",
"sensitive" : false,
"setterDocumentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
\n@param s3DataDestination Information on the Amazon S3 bucket in which the batch inference job's output is stored.",
"setterMethodName" : "setS3DataDestination",
"setterModel" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataDestination",
"variableType" : "S3DataConfig",
"documentation" : null,
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "S3DataConfig",
"variableName" : "s3DataDestination",
"variableType" : "S3DataConfig",
"documentation" : "Information on the Amazon S3 bucket in which the batch inference job's output is stored.
",
"simpleType" : "S3DataConfig",
"variableSetterType" : "S3DataConfig"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "s3DataDestination" ],
"shapeName" : "BatchInferenceJobOutput",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchInferenceJobOutput",
"variableName" : "batchInferenceJobOutput",
"variableType" : "BatchInferenceJobOutput",
"documentation" : null,
"simpleType" : "BatchInferenceJobOutput",
"variableSetterType" : "BatchInferenceJobOutput"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BatchInferenceJobSummary" : {
"c2jName" : "BatchInferenceJobSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "A truncated version of the BatchInferenceJob datatype. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.
",
"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" : "getBatchInferenceJobArn",
"beanStyleSetterMethodName" : "setBatchInferenceJobArn",
"c2jName" : "batchInferenceJobArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchInferenceJobArn(String)}.\n@param batchInferenceJobArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchInferenceJobArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.\n@deprecated Use {@link #batchInferenceJobArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchInferenceJobArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BatchInferenceJobArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBatchInferenceJobArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "batchInferenceJobArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "batchInferenceJobArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "batchInferenceJobArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "batchInferenceJobArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BatchInferenceJobArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.",
"setterMethodName" : "setBatchInferenceJobArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobName",
"beanStyleSetterMethodName" : "setJobName",
"c2jName" : "jobName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobName(String)}.\n@param jobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.\n@deprecated Use {@link #jobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n",
"documentation" : "The name of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobName",
"fluentSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobName",
"getterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobName",
"sensitive" : false,
"setterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.",
"setterMethodName" : "setJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : "The name of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"getterModel" : {
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the batch inference job failed, the reason for the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@return The ARN of the solution version used by the batch inference job.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@param solutionVersionArn The ARN of the solution version used by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The ARN of the solution version used by the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@param solutionVersionArn The ARN of the solution version used by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@return The ARN of the solution version used by the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@param solutionVersionArn The ARN of the solution version used by the batch inference job.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The ARN of the solution version used by the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BatchInferenceJobArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBatchInferenceJobArn",
"beanStyleSetterMethodName" : "setBatchInferenceJobArn",
"c2jName" : "batchInferenceJobArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchInferenceJobArn(String)}.\n@param batchInferenceJobArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchInferenceJobArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.\n@deprecated Use {@link #batchInferenceJobArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchInferenceJobArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BatchInferenceJobArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBatchInferenceJobArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "batchInferenceJobArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "batchInferenceJobArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "batchInferenceJobArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "batchInferenceJobArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BatchInferenceJobArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.",
"setterMethodName" : "setBatchInferenceJobArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the batch inference job failed, the reason for the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"JobName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobName",
"beanStyleSetterMethodName" : "setJobName",
"c2jName" : "jobName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobName(String)}.\n@param jobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.\n@deprecated Use {@link #jobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n",
"documentation" : "The name of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobName",
"fluentSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobName",
"getterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobName",
"sensitive" : false,
"setterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.",
"setterMethodName" : "setJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : "The name of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SolutionVersionArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@return The ARN of the solution version used by the batch inference job.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@param solutionVersionArn The ARN of the solution version used by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The ARN of the solution version used by the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@param solutionVersionArn The ARN of the solution version used by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@return The ARN of the solution version used by the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@param solutionVersionArn The ARN of the solution version used by the batch inference job.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The ARN of the solution version used by the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"getterModel" : {
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBatchInferenceJobArn",
"beanStyleSetterMethodName" : "setBatchInferenceJobArn",
"c2jName" : "batchInferenceJobArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #batchInferenceJobArn(String)}.\n@param batchInferenceJobArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #batchInferenceJobArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.\n@deprecated Use {@link #batchInferenceJobArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #batchInferenceJobArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BatchInferenceJobArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBatchInferenceJobArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "batchInferenceJobArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "batchInferenceJobArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@return The Amazon Resource Name (ARN) of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "batchInferenceJobArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "batchInferenceJobArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BatchInferenceJobArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the batch inference job.
\n@param batchInferenceJobArn The Amazon Resource Name (ARN) of the batch inference job.",
"setterMethodName" : "setBatchInferenceJobArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "batchInferenceJobArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getJobName",
"beanStyleSetterMethodName" : "setJobName",
"c2jName" : "jobName",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #jobName(String)}.\n@param jobName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #jobName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.\n@deprecated Use {@link #jobName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #jobName(String)}\n",
"documentation" : "The name of the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the JobName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasJobName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "jobName",
"fluentSetterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "jobName",
"getterDocumentation" : "The name of the batch inference job.
\n@return The name of the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "jobName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "jobName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "JobName",
"sensitive" : false,
"setterDocumentation" : "The name of the batch inference job.
\n@param jobName The name of the batch inference job.",
"setterMethodName" : "setJobName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "jobName",
"variableType" : "String",
"documentation" : "The name of the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@return The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"getterModel" : {
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
\n@param status The status of the batch inference job. The status is one of the following values: -
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"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 batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The time at which the batch inference job was created.
\n@return The time at which the batch inference job was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was created.
\n@param creationDateTime The time at which the batch inference job was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The time at which the batch inference job was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The time at which the batch inference job was last updated.
\n@return The time at which the batch inference job was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The time at which the batch inference job was last updated.
\n@param lastUpdatedDateTime The time at which the batch inference job was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The time at which the batch inference job was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If the batch inference job failed, the reason for the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@return If the batch inference job failed, the reason for the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If the batch inference job failed, the reason for the failure.
\n@param failureReason If the batch inference job failed, the reason for the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If the batch inference job failed, the reason for the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@return The ARN of the solution version used by the batch inference job.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@param solutionVersionArn The ARN of the solution version used by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The ARN of the solution version used by the batch inference job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@param solutionVersionArn The ARN of the solution version used by the batch inference job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@return The ARN of the solution version used by the batch inference job.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The ARN of the solution version used by the batch inference job.
\n@param solutionVersionArn The ARN of the solution version used by the batch inference job.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The ARN of the solution version used by the batch inference job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BatchInferenceJobSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BatchInferenceJobSummary",
"variableName" : "batchInferenceJobSummary",
"variableType" : "BatchInferenceJobSummary",
"documentation" : null,
"simpleType" : "BatchInferenceJobSummary",
"variableSetterType" : "BatchInferenceJobSummary"
},
"wrapper" : false,
"xmlNamespace" : null
},
"Campaign" : {
"c2jName" : "Campaign",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Describes a deployed solution version, otherwise known as a campaign. For more information on campaigns, see CreateCampaign.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #campaignArn(String)}.\n@param campaignArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #campaignArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.\n@deprecated Use {@link #campaignArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #campaignArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CampaignArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCampaignArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@return The Amazon Resource Name (ARN) of a specific version of the solution.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@return The Amazon Resource Name (ARN) of a specific version of the solution.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second.\n@deprecated Use {@link #minProvisionedTPS()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minProvisionedTPS(Integer)}\n",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MinProvisionedTPS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMinProvisionedTPS",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"getterModel" : {
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@return The date and time (in Unix format) that the campaign was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@return The date and time (in Unix format) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@return The date and time (in Unix format) that the campaign was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@return The date and time (in Unix format) that the campaign was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLatestCampaignUpdate",
"beanStyleSetterMethodName" : "setLatestCampaignUpdate",
"c2jName" : "latestCampaignUpdate",
"c2jShape" : "CampaignUpdateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link CampaignUpdateSummary.Builder} avoiding the need to create one manually via {@link CampaignUpdateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CampaignUpdateSummary.Builder#build()} is called immediately and its result is passed to {@link #latestCampaignUpdate(CampaignUpdateSummary)}.\n@param latestCampaignUpdate a consumer that will call methods on {@link CampaignUpdateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestCampaignUpdate(CampaignUpdateSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the LatestCampaignUpdate property for this object.\n@return The value of the LatestCampaignUpdate property for this object.\n@deprecated Use {@link #latestCampaignUpdate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestCampaignUpdate(CampaignUpdateSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LatestCampaignUpdate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLatestCampaignUpdate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "latestCampaignUpdate",
"fluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "latestCampaignUpdate",
"getterDocumentation" : "Returns the value of the LatestCampaignUpdate property for this object.\n@return The value of the LatestCampaignUpdate property for this object.",
"getterModel" : {
"returnType" : "CampaignUpdateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "latestCampaignUpdate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestCampaignUpdate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LatestCampaignUpdate",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.",
"setterMethodName" : "setLatestCampaignUpdate",
"setterModel" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : null,
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : "",
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CampaignArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #campaignArn(String)}.\n@param campaignArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #campaignArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.\n@deprecated Use {@link #campaignArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #campaignArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CampaignArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCampaignArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@return The date and time (in Unix format) that the campaign was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@return The date and time (in Unix format) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@return The date and time (in Unix format) that the campaign was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@return The date and time (in Unix format) that the campaign was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LatestCampaignUpdate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLatestCampaignUpdate",
"beanStyleSetterMethodName" : "setLatestCampaignUpdate",
"c2jName" : "latestCampaignUpdate",
"c2jShape" : "CampaignUpdateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link CampaignUpdateSummary.Builder} avoiding the need to create one manually via {@link CampaignUpdateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CampaignUpdateSummary.Builder#build()} is called immediately and its result is passed to {@link #latestCampaignUpdate(CampaignUpdateSummary)}.\n@param latestCampaignUpdate a consumer that will call methods on {@link CampaignUpdateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestCampaignUpdate(CampaignUpdateSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the LatestCampaignUpdate property for this object.\n@return The value of the LatestCampaignUpdate property for this object.\n@deprecated Use {@link #latestCampaignUpdate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestCampaignUpdate(CampaignUpdateSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LatestCampaignUpdate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLatestCampaignUpdate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "latestCampaignUpdate",
"fluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "latestCampaignUpdate",
"getterDocumentation" : "Returns the value of the LatestCampaignUpdate property for this object.\n@return The value of the LatestCampaignUpdate property for this object.",
"getterModel" : {
"returnType" : "CampaignUpdateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "latestCampaignUpdate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestCampaignUpdate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LatestCampaignUpdate",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.",
"setterMethodName" : "setLatestCampaignUpdate",
"setterModel" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : null,
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : "",
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MinProvisionedTPS" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second.\n@deprecated Use {@link #minProvisionedTPS()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minProvisionedTPS(Integer)}\n",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MinProvisionedTPS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMinProvisionedTPS",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SolutionVersionArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@return The Amazon Resource Name (ARN) of a specific version of the solution.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@return The Amazon Resource Name (ARN) of a specific version of the solution.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"getterModel" : {
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #campaignArn(String)}.\n@param campaignArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #campaignArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.\n@deprecated Use {@link #campaignArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #campaignArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CampaignArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCampaignArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@return The Amazon Resource Name (ARN) of a specific version of the solution.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@return The Amazon Resource Name (ARN) of a specific version of the solution.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of a specific version of the solution.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of a specific version of the solution.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second.\n@deprecated Use {@link #minProvisionedTPS()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minProvisionedTPS(Integer)}\n",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MinProvisionedTPS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMinProvisionedTPS",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"getterModel" : {
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@return The date and time (in Unix format) that the campaign was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@return The date and time (in Unix format) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was created.
\n@param creationDateTime The date and time (in Unix format) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@return The date and time (in Unix format) that the campaign was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@return The date and time (in Unix format) that the campaign was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix format) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix format) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix format) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLatestCampaignUpdate",
"beanStyleSetterMethodName" : "setLatestCampaignUpdate",
"c2jName" : "latestCampaignUpdate",
"c2jShape" : "CampaignUpdateSummary",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\nThis is a convenience that creates an instance of the {@link CampaignUpdateSummary.Builder} avoiding the need to create one manually via {@link CampaignUpdateSummary#builder()}.\n\nWhen the {@link Consumer} completes, {@link CampaignUpdateSummary.Builder#build()} is called immediately and its result is passed to {@link #latestCampaignUpdate(CampaignUpdateSummary)}.\n@param latestCampaignUpdate a consumer that will call methods on {@link CampaignUpdateSummary.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #latestCampaignUpdate(CampaignUpdateSummary)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the LatestCampaignUpdate property for this object.\n@return The value of the LatestCampaignUpdate property for this object.\n@deprecated Use {@link #latestCampaignUpdate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #latestCampaignUpdate(CampaignUpdateSummary)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LatestCampaignUpdate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLatestCampaignUpdate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "latestCampaignUpdate",
"fluentSetterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "latestCampaignUpdate",
"getterDocumentation" : "Returns the value of the LatestCampaignUpdate property for this object.\n@return The value of the LatestCampaignUpdate property for this object.",
"getterModel" : {
"returnType" : "CampaignUpdateSummary",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "latestCampaignUpdate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "latestCampaignUpdate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "LatestCampaignUpdate",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the LatestCampaignUpdate property for this object.\n\n@param latestCampaignUpdate The new value for the LatestCampaignUpdate property for this object.",
"setterMethodName" : "setLatestCampaignUpdate",
"setterModel" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : null,
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "latestCampaignUpdate",
"variableType" : "CampaignUpdateSummary",
"documentation" : "",
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Campaign",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Campaign",
"variableName" : "campaign",
"variableType" : "Campaign",
"documentation" : null,
"simpleType" : "Campaign",
"variableSetterType" : "Campaign"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CampaignSummary" : {
"c2jName" : "CampaignSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides a summary of the properties of a campaign. For a complete listing, call the DescribeCampaign API.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #campaignArn(String)}.\n@param campaignArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #campaignArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.\n@deprecated Use {@link #campaignArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #campaignArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CampaignArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCampaignArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"getterModel" : {
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@return The date and time (in Unix time) that the campaign was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@return The date and time (in Unix time) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@return The date and time (in Unix time) that the campaign was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@return The date and time (in Unix time) that the campaign was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CampaignArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #campaignArn(String)}.\n@param campaignArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #campaignArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.\n@deprecated Use {@link #campaignArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #campaignArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CampaignArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCampaignArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@return The date and time (in Unix time) that the campaign was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@return The date and time (in Unix time) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@return The date and time (in Unix time) that the campaign was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@return The date and time (in Unix time) that the campaign was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Name" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"getterModel" : {
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "Name",
"defaultConsumerFluentSetterDocumentation" : "The name of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the campaign.
\n@return The name of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the campaign.
\n@param name The name of the campaign.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCampaignArn",
"beanStyleSetterMethodName" : "setCampaignArn",
"c2jName" : "campaignArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #campaignArn(String)}.\n@param campaignArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #campaignArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.\n@deprecated Use {@link #campaignArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #campaignArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CampaignArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCampaignArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "campaignArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "campaignArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@return The Amazon Resource Name (ARN) of the campaign.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "campaignArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "campaignArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CampaignArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the campaign.
\n@param campaignArn The Amazon Resource Name (ARN) of the campaign.",
"setterMethodName" : "setCampaignArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "campaignArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the campaign.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"getterModel" : {
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign. A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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 campaign.
A campaign can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@return The date and time (in Unix time) that the campaign was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@return The date and time (in Unix time) that the campaign was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@return The date and time (in Unix time) that the campaign was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@return The date and time (in Unix time) that the campaign was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign fails, the reason behind the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@return If a campaign fails, the reason behind the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign fails, the reason behind the failure.
\n@param failureReason If a campaign fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CampaignSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CampaignSummary",
"variableName" : "campaignSummary",
"variableType" : "CampaignSummary",
"documentation" : null,
"simpleType" : "CampaignSummary",
"variableSetterType" : "CampaignSummary"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CampaignUpdateSummary" : {
"c2jName" : "CampaignUpdateSummary",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.
",
"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" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@return The Amazon Resource Name (ARN) of the deployed solution version.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@return The Amazon Resource Name (ARN) of the deployed solution version.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@deprecated Use {@link #minProvisionedTPS()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minProvisionedTPS(Integer)}\n",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MinProvisionedTPS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMinProvisionedTPS",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"getterModel" : {
"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 campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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 campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign update fails, the reason behind the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@return If a campaign update fails, the reason behind the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@return If a campaign update fails, the reason behind the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@return The date and time (in Unix time) that the campaign update was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@return The date and time (in Unix time) that the campaign update was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@return The date and time (in Unix time) that the campaign update was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@return The date and time (in Unix time) that the campaign update was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CreationDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@return The date and time (in Unix time) that the campaign update was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@return The date and time (in Unix time) that the campaign update was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"FailureReason" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign update fails, the reason behind the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@return If a campaign update fails, the reason behind the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@return If a campaign update fails, the reason behind the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastUpdatedDateTime" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@return The date and time (in Unix time) that the campaign update was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@return The date and time (in Unix time) that the campaign update was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"MinProvisionedTPS" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@deprecated Use {@link #minProvisionedTPS()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minProvisionedTPS(Integer)}\n",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MinProvisionedTPS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMinProvisionedTPS",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"SolutionVersionArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@return The Amazon Resource Name (ARN) of the deployed solution version.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@return The Amazon Resource Name (ARN) of the deployed solution version.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Status" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"getterModel" : {
"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 campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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 campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getSolutionVersionArn",
"beanStyleSetterMethodName" : "setSolutionVersionArn",
"c2jName" : "solutionVersionArn",
"c2jShape" : "Arn",
"defaultConsumerFluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #solutionVersionArn(String)}.\n@param solutionVersionArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #solutionVersionArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@return The Amazon Resource Name (ARN) of the deployed solution version.\n@deprecated Use {@link #solutionVersionArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #solutionVersionArn(String)}\n",
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the SolutionVersionArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasSolutionVersionArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "solutionVersionArn",
"fluentSetterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "solutionVersionArn",
"getterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@return The Amazon Resource Name (ARN) of the deployed solution version.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "solutionVersionArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "solutionVersionArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SolutionVersionArn",
"sensitive" : false,
"setterDocumentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
\n@param solutionVersionArn The Amazon Resource Name (ARN) of the deployed solution version.",
"setterMethodName" : "setSolutionVersionArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "solutionVersionArn",
"variableType" : "String",
"documentation" : "The Amazon Resource Name (ARN) of the deployed solution version.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMinProvisionedTPS",
"beanStyleSetterMethodName" : "setMinProvisionedTPS",
"c2jName" : "minProvisionedTPS",
"c2jShape" : "TransactionsPerSecond",
"defaultConsumerFluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\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 #minProvisionedTPS(Integer)}.\n@param minProvisionedTPS 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 #minProvisionedTPS(Integer)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@deprecated Use {@link #minProvisionedTPS()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #minProvisionedTPS(Integer)}\n",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the MinProvisionedTPS property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMinProvisionedTPS",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "minProvisionedTPS",
"fluentSetterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "minProvisionedTPS",
"getterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@return Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"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" : "minProvisionedTPS",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "minProvisionedTPS",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "MinProvisionedTPS",
"sensitive" : false,
"setterDocumentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
\n@param minProvisionedTPS Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.",
"setterMethodName" : "setMinProvisionedTPS",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "minProvisionedTPS",
"variableType" : "Integer",
"documentation" : "Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatus",
"beanStyleSetterMethodName" : "setStatus",
"c2jName" : "status",
"c2jShape" : "Status",
"defaultConsumerFluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #status(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 campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@deprecated Use {@link #status()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #status(String)}\n",
"documentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"endpointDiscoveryId" : false,
"enumType" : null,
"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" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "status",
"fluentSetterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "status",
"getterDocumentation" : "The status of the campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@return The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"getterModel" : {
"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 campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
\n@param status The status of the campaign update. A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"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 campaign update.
A campaign update can be in one of the following states:
-
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
-
DELETE PENDING > DELETE IN_PROGRESS
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getFailureReason",
"beanStyleSetterMethodName" : "setFailureReason",
"c2jName" : "failureReason",
"c2jShape" : "FailureReason",
"defaultConsumerFluentSetterDocumentation" : "If a campaign update fails, the reason behind the 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 #failureReason(String)}.\n@param failureReason a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #failureReason(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@return If a campaign update fails, the reason behind the failure.\n@deprecated Use {@link #failureReason()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #failureReason(String)}\n",
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the FailureReason property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasFailureReason",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "failureReason",
"fluentSetterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "failureReason",
"getterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@return If a campaign update fails, the reason behind the 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" : "failureReason",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "failureReason",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "FailureReason",
"sensitive" : false,
"setterDocumentation" : "If a campaign update fails, the reason behind the failure.
\n@param failureReason If a campaign update fails, the reason behind the failure.",
"setterMethodName" : "setFailureReason",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "failureReason",
"variableType" : "String",
"documentation" : "If a campaign update fails, the reason behind the failure.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDateTime",
"beanStyleSetterMethodName" : "setCreationDateTime",
"c2jName" : "creationDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\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 #creationDateTime(Instant)}.\n@param creationDateTime 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 #creationDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@return The date and time (in Unix time) that the campaign update was created.\n@deprecated Use {@link #creationDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@return The date and time (in Unix time) that the campaign update was created.",
"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" : "creationDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "creationDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was created.
\n@param creationDateTime The date and time (in Unix time) that the campaign update was created.",
"setterMethodName" : "setCreationDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was created.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastUpdatedDateTime",
"beanStyleSetterMethodName" : "setLastUpdatedDateTime",
"c2jName" : "lastUpdatedDateTime",
"c2jShape" : "Date",
"defaultConsumerFluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\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 #lastUpdatedDateTime(Instant)}.\n@param lastUpdatedDateTime 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 #lastUpdatedDateTime(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@return The date and time (in Unix time) that the campaign update was last updated.\n@deprecated Use {@link #lastUpdatedDateTime()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastUpdatedDateTime(Instant)}\n",
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastUpdatedDateTime property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastUpdatedDateTime",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastUpdatedDateTime",
"fluentSetterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastUpdatedDateTime",
"getterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@return The date and time (in Unix time) that the campaign update was last updated.",
"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" : "lastUpdatedDateTime",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "lastUpdatedDateTime",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastUpdatedDateTime",
"sensitive" : false,
"setterDocumentation" : "The date and time (in Unix time) that the campaign update was last updated.
\n@param lastUpdatedDateTime The date and time (in Unix time) that the campaign update was last updated.",
"setterMethodName" : "setLastUpdatedDateTime",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.time.Instant",
"documentation" : "The date and time (in Unix time) that the campaign update was last updated.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CampaignUpdateSummary",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CampaignUpdateSummary",
"variableName" : "campaignUpdateSummary",
"variableType" : "CampaignUpdateSummary",
"documentation" : null,
"simpleType" : "CampaignUpdateSummary",
"variableSetterType" : "CampaignUpdateSummary"
},
"wrapper" : false,
"xmlNamespace" : null
},
"CategoricalHyperParameterRange" : {
"c2jName" : "CategoricalHyperParameterRange",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides the name and range of a categorical hyperparameter.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "name",
"c2jShape" : "ParameterName",
"defaultConsumerFluentSetterDocumentation" : "The name of the hyperparameter.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of the hyperparameter.
\n@return The name of the hyperparameter.\n@deprecated Use {@link #name()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #name(String)}\n",
"documentation" : "The name of the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Name property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the hyperparameter.
\n@return The name of the hyperparameter.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the hyperparameter.
\n@param name The name of the hyperparameter.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the hyperparameter.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getValues",
"beanStyleSetterMethodName" : "setValues",
"c2jName" : "values",
"c2jShape" : "CategoricalValues",
"defaultConsumerFluentSetterDocumentation" : "A list of the categories for the hyperparameter.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #values(List)}.\n@param values a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #values(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A list of the categories for the hyperparameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasValues()} to see if a value was sent in this field.\n
\n@return A list of the categories for the hyperparameter.\n@deprecated Use {@link #values()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A list of the categories for the hyperparameter.
\n@param values A list of the categories for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #values(List)}\n",
"documentation" : "A list of the categories for the hyperparameter.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Values property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasValues",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "values",
"fluentSetterDocumentation" : "A list of the categories for the hyperparameter.
\n@param values A list of the categories for the hyperparameter.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "values",
"getterDocumentation" : "A list of the categories for the hyperparameter.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasValues()} to see if a value was sent in this field.\n
\n@return A list of the categories for the hyperparameter.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "values",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "values",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CategoricalValue",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.\n@deprecated Use {@link #member()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #member(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Member property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasMember",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Values",
"sensitive" : false,
"setterDocumentation" : "A list of the categories for the hyperparameter.
\n@param values A list of the categories for the hyperparameter.",
"setterMethodName" : "setValues",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "values",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection