
models.backup-2018-11-15-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "getSupportedResourceTypes" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"enableEndpointDiscoveryMethodRequired" : false,
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "listBackupJobs", "listBackupPlanTemplates", "listBackupPlans", "listBackupVaults", "listProtectedResources", "listRestoreJobs" ]
},
"metadata" : {
"apiVersion" : "2018-11-15",
"asyncBuilder" : "DefaultBackupAsyncClientBuilder",
"asyncBuilderInterface" : "BackupAsyncClientBuilder",
"asyncClient" : "DefaultBackupAsyncClient",
"asyncInterface" : "BackupAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultBackupBaseClientBuilder",
"baseBuilderInterface" : "BackupBaseClientBuilder",
"baseExceptionName" : "BackupException",
"baseRequestName" : "BackupRequest",
"baseResponseName" : "BackupResponse",
"cborProtocol" : false,
"clientPackageName" : "backup",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "AWS Backup",
"documentation" : "AWS Backup AWS Backup is a unified backup service designed to protect AWS services and their associated data. AWS Backup simplifies the creation, migration, restoration, and deletion of backups, while also providing reporting and auditing.
",
"endpointPrefix" : "backup",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.backup",
"fullModelPackageName" : "software.amazon.awssdk.services.backup.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.backup.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.backup.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.backup.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "backup.model",
"paginatorsPackageName" : "backup.paginators",
"protocol" : "rest-json",
"queryProtocol" : false,
"requestTransformPackageName" : "backup.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Backup",
"serviceName" : "Backup",
"signingName" : "backup",
"syncBuilder" : "DefaultBackupClientBuilder",
"syncBuilderInterface" : "BackupClientBuilder",
"syncClient" : "DefaultBackupClient",
"syncInterface" : "BackupClient",
"transformPackageName" : "backup.transform",
"uid" : "backup-2018-11-15",
"xmlProtocol" : false
},
"operations" : {
"CreateBackupPlan" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Backup plans are documents that contain information that AWS Backup uses to schedule tasks that create recovery points of resources.
If you call CreateBackupPlan
with a plan that already exists, an AlreadyExistsException
is returned.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The required resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBackupPlanRequest",
"variableName" : "createBackupPlanRequest",
"variableType" : "CreateBackupPlanRequest",
"documentation" : "",
"simpleType" : "CreateBackupPlanRequest",
"variableSetterType" : "CreateBackupPlanRequest"
},
"methodName" : "createBackupPlan",
"operationName" : "CreateBackupPlan",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBackupPlanResponse",
"documentation" : null
},
"syncReturnType" : "CreateBackupPlanResponse"
},
"CreateBackupSelection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a JSON document that specifies a set of resources to assign to a backup plan. Resources can be included by specifying patterns for a ListOfTags
and selected Resources
.
For example, consider the following patterns:
-
Resources: \"arn:aws:ec2:region:account-id:volume/volume-id\"
-
ConditionKey:\"department\"
ConditionValue:\"finance\"
ConditionType:\"STRINGEQUALS\"
-
ConditionKey:\"importance\"
ConditionValue:\"critical\"
ConditionType:\"STRINGEQUALS\"
Using these patterns would back up all Amazon Elastic Block Store (Amazon EBS) volumes that are tagged as \"department=finance\"
, \"importance=critical\"
, in addition to an EBS volume with the specified volume Id.
Resources and conditions are additive in that all resources that match the pattern are selected. This shouldn't be confused with a logical AND, where all conditions must match. The matching patterns are logically 'put together using the OR operator. In other words, all patterns that match are selected for backup.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The required resource already exists.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBackupSelectionRequest",
"variableName" : "createBackupSelectionRequest",
"variableType" : "CreateBackupSelectionRequest",
"documentation" : "",
"simpleType" : "CreateBackupSelectionRequest",
"variableSetterType" : "CreateBackupSelectionRequest"
},
"methodName" : "createBackupSelection",
"operationName" : "CreateBackupSelection",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBackupSelectionResponse",
"documentation" : null
},
"syncReturnType" : "CreateBackupSelectionResponse"
},
"CreateBackupVault" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a logical container where backups are stored. A CreateBackupVault
request includes a name, optionally one or more resource tags, an encryption key, and a request ID.
Sensitive data, such as passport numbers, should not be included the name of a backup vault.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AlreadyExistsException",
"documentation" : "The required resource already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateBackupVaultRequest",
"variableName" : "createBackupVaultRequest",
"variableType" : "CreateBackupVaultRequest",
"documentation" : "",
"simpleType" : "CreateBackupVaultRequest",
"variableSetterType" : "CreateBackupVaultRequest"
},
"methodName" : "createBackupVault",
"operationName" : "CreateBackupVault",
"paginated" : false,
"returnType" : {
"returnType" : "CreateBackupVaultResponse",
"documentation" : null
},
"syncReturnType" : "CreateBackupVaultResponse"
},
"DeleteBackupPlan" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBackupPlanRequest",
"variableName" : "deleteBackupPlanRequest",
"variableType" : "DeleteBackupPlanRequest",
"documentation" : "",
"simpleType" : "DeleteBackupPlanRequest",
"variableSetterType" : "DeleteBackupPlanRequest"
},
"methodName" : "deleteBackupPlan",
"operationName" : "DeleteBackupPlan",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBackupPlanResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBackupPlanResponse"
},
"DeleteBackupSelection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the resource selection associated with a backup plan that is specified by the SelectionId
.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBackupSelectionRequest",
"variableName" : "deleteBackupSelectionRequest",
"variableType" : "DeleteBackupSelectionRequest",
"documentation" : "",
"simpleType" : "DeleteBackupSelectionRequest",
"variableSetterType" : "DeleteBackupSelectionRequest"
},
"methodName" : "deleteBackupSelection",
"operationName" : "DeleteBackupSelection",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBackupSelectionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBackupSelectionResponse"
},
"DeleteBackupVault" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the backup vault identified by its name. A vault can be deleted only if it is empty.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBackupVaultRequest",
"variableName" : "deleteBackupVaultRequest",
"variableType" : "DeleteBackupVaultRequest",
"documentation" : "",
"simpleType" : "DeleteBackupVaultRequest",
"variableSetterType" : "DeleteBackupVaultRequest"
},
"methodName" : "deleteBackupVault",
"operationName" : "DeleteBackupVault",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBackupVaultResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBackupVaultResponse"
},
"DeleteBackupVaultAccessPolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the policy document that manages permissions on a backup vault.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBackupVaultAccessPolicyRequest",
"variableName" : "deleteBackupVaultAccessPolicyRequest",
"variableType" : "DeleteBackupVaultAccessPolicyRequest",
"documentation" : "",
"simpleType" : "DeleteBackupVaultAccessPolicyRequest",
"variableSetterType" : "DeleteBackupVaultAccessPolicyRequest"
},
"methodName" : "deleteBackupVaultAccessPolicy",
"operationName" : "DeleteBackupVaultAccessPolicy",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBackupVaultAccessPolicyResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBackupVaultAccessPolicyResponse"
},
"DeleteBackupVaultNotifications" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes event notifications for the specified backup vault.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteBackupVaultNotificationsRequest",
"variableName" : "deleteBackupVaultNotificationsRequest",
"variableType" : "DeleteBackupVaultNotificationsRequest",
"documentation" : "",
"simpleType" : "DeleteBackupVaultNotificationsRequest",
"variableSetterType" : "DeleteBackupVaultNotificationsRequest"
},
"methodName" : "deleteBackupVaultNotifications",
"operationName" : "DeleteBackupVaultNotifications",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteBackupVaultNotificationsResponse",
"documentation" : null
},
"syncReturnType" : "DeleteBackupVaultNotificationsResponse"
},
"DeleteRecoveryPoint" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the recovery point specified by a recovery point ID.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteRecoveryPointRequest",
"variableName" : "deleteRecoveryPointRequest",
"variableType" : "DeleteRecoveryPointRequest",
"documentation" : "",
"simpleType" : "DeleteRecoveryPointRequest",
"variableSetterType" : "DeleteRecoveryPointRequest"
},
"methodName" : "deleteRecoveryPoint",
"operationName" : "DeleteRecoveryPoint",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteRecoveryPointResponse",
"documentation" : null
},
"syncReturnType" : "DeleteRecoveryPointResponse"
},
"DescribeBackupJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata associated with creating a backup of a resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DependencyFailureException",
"documentation" : "A dependent AWS service or resource returned an error to the AWS Backup service, and the action cannot be completed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeBackupJobRequest",
"variableName" : "describeBackupJobRequest",
"variableType" : "DescribeBackupJobRequest",
"documentation" : "",
"simpleType" : "DescribeBackupJobRequest",
"variableSetterType" : "DescribeBackupJobRequest"
},
"methodName" : "describeBackupJob",
"operationName" : "DescribeBackupJob",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeBackupJobResponse",
"documentation" : null
},
"syncReturnType" : "DescribeBackupJobResponse"
},
"DescribeBackupVault" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata about a backup vault specified by its name.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeBackupVaultRequest",
"variableName" : "describeBackupVaultRequest",
"variableType" : "DescribeBackupVaultRequest",
"documentation" : "",
"simpleType" : "DescribeBackupVaultRequest",
"variableSetterType" : "DescribeBackupVaultRequest"
},
"methodName" : "describeBackupVault",
"operationName" : "DescribeBackupVault",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeBackupVaultResponse",
"documentation" : null
},
"syncReturnType" : "DescribeBackupVaultResponse"
},
"DescribeCopyJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata associated with creating a copy of a resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCopyJobRequest",
"variableName" : "describeCopyJobRequest",
"variableType" : "DescribeCopyJobRequest",
"documentation" : "",
"simpleType" : "DescribeCopyJobRequest",
"variableSetterType" : "DescribeCopyJobRequest"
},
"methodName" : "describeCopyJob",
"operationName" : "DescribeCopyJob",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeCopyJobResponse",
"documentation" : null
},
"syncReturnType" : "DescribeCopyJobResponse"
},
"DescribeProtectedResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the AWS service type of the saved resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeProtectedResourceRequest",
"variableName" : "describeProtectedResourceRequest",
"variableType" : "DescribeProtectedResourceRequest",
"documentation" : "",
"simpleType" : "DescribeProtectedResourceRequest",
"variableSetterType" : "DescribeProtectedResourceRequest"
},
"methodName" : "describeProtectedResource",
"operationName" : "DescribeProtectedResource",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeProtectedResourceResponse",
"documentation" : null
},
"syncReturnType" : "DescribeProtectedResourceResponse"
},
"DescribeRecoveryPoint" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRecoveryPointRequest",
"variableName" : "describeRecoveryPointRequest",
"variableType" : "DescribeRecoveryPointRequest",
"documentation" : "",
"simpleType" : "DescribeRecoveryPointRequest",
"variableSetterType" : "DescribeRecoveryPointRequest"
},
"methodName" : "describeRecoveryPoint",
"operationName" : "DescribeRecoveryPoint",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeRecoveryPointResponse",
"documentation" : null
},
"syncReturnType" : "DescribeRecoveryPointResponse"
},
"DescribeRegionSettings" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the current service opt-in settings for the region. If the service has a value set to true, AWS Backup will attempt to protect that service's resources in this region, when included in an on-demand backup or scheduled backup plan. If the value is set to false for a service, AWS Backup will not attempt to protect that service's resources in this region.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRegionSettingsRequest",
"variableName" : "describeRegionSettingsRequest",
"variableType" : "DescribeRegionSettingsRequest",
"documentation" : "",
"simpleType" : "DescribeRegionSettingsRequest",
"variableSetterType" : "DescribeRegionSettingsRequest"
},
"methodName" : "describeRegionSettings",
"operationName" : "DescribeRegionSettings",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeRegionSettingsResponse",
"documentation" : null
},
"syncReturnType" : "DescribeRegionSettingsResponse"
},
"DescribeRestoreJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata associated with a restore job that is specified by a job ID.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "DependencyFailureException",
"documentation" : "A dependent AWS service or resource returned an error to the AWS Backup service, and the action cannot be completed.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeRestoreJobRequest",
"variableName" : "describeRestoreJobRequest",
"variableType" : "DescribeRestoreJobRequest",
"documentation" : "",
"simpleType" : "DescribeRestoreJobRequest",
"variableSetterType" : "DescribeRestoreJobRequest"
},
"methodName" : "describeRestoreJob",
"operationName" : "DescribeRestoreJob",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeRestoreJobResponse",
"documentation" : null
},
"syncReturnType" : "DescribeRestoreJobResponse"
},
"ExportBackupPlanTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the backup plan that is specified by the plan ID as a backup template.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ExportBackupPlanTemplateRequest",
"variableName" : "exportBackupPlanTemplateRequest",
"variableType" : "ExportBackupPlanTemplateRequest",
"documentation" : "",
"simpleType" : "ExportBackupPlanTemplateRequest",
"variableSetterType" : "ExportBackupPlanTemplateRequest"
},
"methodName" : "exportBackupPlanTemplate",
"operationName" : "ExportBackupPlanTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "ExportBackupPlanTemplateResponse",
"documentation" : null
},
"syncReturnType" : "ExportBackupPlanTemplateResponse"
},
"GetBackupPlan" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the body of a backup plan in JSON format, in addition to plan metadata.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBackupPlanRequest",
"variableName" : "getBackupPlanRequest",
"variableType" : "GetBackupPlanRequest",
"documentation" : "",
"simpleType" : "GetBackupPlanRequest",
"variableSetterType" : "GetBackupPlanRequest"
},
"methodName" : "getBackupPlan",
"operationName" : "GetBackupPlan",
"paginated" : false,
"returnType" : {
"returnType" : "GetBackupPlanResponse",
"documentation" : null
},
"syncReturnType" : "GetBackupPlanResponse"
},
"GetBackupPlanFromJSON" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a valid JSON document specifying a backup plan or an error.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "LimitExceededException",
"documentation" : "A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBackupPlanFromJsonRequest",
"variableName" : "getBackupPlanFromJsonRequest",
"variableType" : "GetBackupPlanFromJsonRequest",
"documentation" : "",
"simpleType" : "GetBackupPlanFromJsonRequest",
"variableSetterType" : "GetBackupPlanFromJsonRequest"
},
"methodName" : "getBackupPlanFromJSON",
"operationName" : "GetBackupPlanFromJSON",
"paginated" : false,
"returnType" : {
"returnType" : "GetBackupPlanFromJsonResponse",
"documentation" : null
},
"syncReturnType" : "GetBackupPlanFromJsonResponse"
},
"GetBackupPlanFromTemplate" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the template specified by its templateId
as a backup plan.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBackupPlanFromTemplateRequest",
"variableName" : "getBackupPlanFromTemplateRequest",
"variableType" : "GetBackupPlanFromTemplateRequest",
"documentation" : "",
"simpleType" : "GetBackupPlanFromTemplateRequest",
"variableSetterType" : "GetBackupPlanFromTemplateRequest"
},
"methodName" : "getBackupPlanFromTemplate",
"operationName" : "GetBackupPlanFromTemplate",
"paginated" : false,
"returnType" : {
"returnType" : "GetBackupPlanFromTemplateResponse",
"documentation" : null
},
"syncReturnType" : "GetBackupPlanFromTemplateResponse"
},
"GetBackupSelection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBackupSelectionRequest",
"variableName" : "getBackupSelectionRequest",
"variableType" : "GetBackupSelectionRequest",
"documentation" : "",
"simpleType" : "GetBackupSelectionRequest",
"variableSetterType" : "GetBackupSelectionRequest"
},
"methodName" : "getBackupSelection",
"operationName" : "GetBackupSelection",
"paginated" : false,
"returnType" : {
"returnType" : "GetBackupSelectionResponse",
"documentation" : null
},
"syncReturnType" : "GetBackupSelectionResponse"
},
"GetBackupVaultAccessPolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the access policy document that is associated with the named backup vault.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBackupVaultAccessPolicyRequest",
"variableName" : "getBackupVaultAccessPolicyRequest",
"variableType" : "GetBackupVaultAccessPolicyRequest",
"documentation" : "",
"simpleType" : "GetBackupVaultAccessPolicyRequest",
"variableSetterType" : "GetBackupVaultAccessPolicyRequest"
},
"methodName" : "getBackupVaultAccessPolicy",
"operationName" : "GetBackupVaultAccessPolicy",
"paginated" : false,
"returnType" : {
"returnType" : "GetBackupVaultAccessPolicyResponse",
"documentation" : null
},
"syncReturnType" : "GetBackupVaultAccessPolicyResponse"
},
"GetBackupVaultNotifications" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns event notifications for the specified backup vault.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetBackupVaultNotificationsRequest",
"variableName" : "getBackupVaultNotificationsRequest",
"variableType" : "GetBackupVaultNotificationsRequest",
"documentation" : "",
"simpleType" : "GetBackupVaultNotificationsRequest",
"variableSetterType" : "GetBackupVaultNotificationsRequest"
},
"methodName" : "getBackupVaultNotifications",
"operationName" : "GetBackupVaultNotifications",
"paginated" : false,
"returnType" : {
"returnType" : "GetBackupVaultNotificationsResponse",
"documentation" : null
},
"syncReturnType" : "GetBackupVaultNotificationsResponse"
},
"GetRecoveryPointRestoreMetadata" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a set of metadata key-value pairs that were used to create the backup.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetRecoveryPointRestoreMetadataRequest",
"variableName" : "getRecoveryPointRestoreMetadataRequest",
"variableType" : "GetRecoveryPointRestoreMetadataRequest",
"documentation" : "",
"simpleType" : "GetRecoveryPointRestoreMetadataRequest",
"variableSetterType" : "GetRecoveryPointRestoreMetadataRequest"
},
"methodName" : "getRecoveryPointRestoreMetadata",
"operationName" : "GetRecoveryPointRestoreMetadata",
"paginated" : false,
"returnType" : {
"returnType" : "GetRecoveryPointRestoreMetadataResponse",
"documentation" : null
},
"syncReturnType" : "GetRecoveryPointRestoreMetadataResponse"
},
"GetSupportedResourceTypes" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns the AWS resource types supported by AWS Backup.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetSupportedResourceTypesRequest",
"variableName" : "getSupportedResourceTypesRequest",
"variableType" : "GetSupportedResourceTypesRequest",
"documentation" : null,
"simpleType" : "GetSupportedResourceTypesRequest",
"variableSetterType" : "GetSupportedResourceTypesRequest"
},
"methodName" : "getSupportedResourceTypes",
"operationName" : "GetSupportedResourceTypes",
"paginated" : false,
"returnType" : {
"returnType" : "GetSupportedResourceTypesResponse",
"documentation" : null
},
"syncReturnType" : "GetSupportedResourceTypesResponse"
},
"ListBackupJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata about your backup jobs.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBackupJobsRequest",
"variableName" : "listBackupJobsRequest",
"variableType" : "ListBackupJobsRequest",
"documentation" : "",
"simpleType" : "ListBackupJobsRequest",
"variableSetterType" : "ListBackupJobsRequest"
},
"methodName" : "listBackupJobs",
"operationName" : "ListBackupJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListBackupJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListBackupJobsResponse"
},
"ListBackupPlanTemplates" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBackupPlanTemplatesRequest",
"variableName" : "listBackupPlanTemplatesRequest",
"variableType" : "ListBackupPlanTemplatesRequest",
"documentation" : "",
"simpleType" : "ListBackupPlanTemplatesRequest",
"variableSetterType" : "ListBackupPlanTemplatesRequest"
},
"methodName" : "listBackupPlanTemplates",
"operationName" : "ListBackupPlanTemplates",
"paginated" : true,
"returnType" : {
"returnType" : "ListBackupPlanTemplatesResponse",
"documentation" : null
},
"syncReturnType" : "ListBackupPlanTemplatesResponse"
},
"ListBackupPlanVersions" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBackupPlanVersionsRequest",
"variableName" : "listBackupPlanVersionsRequest",
"variableType" : "ListBackupPlanVersionsRequest",
"documentation" : "",
"simpleType" : "ListBackupPlanVersionsRequest",
"variableSetterType" : "ListBackupPlanVersionsRequest"
},
"methodName" : "listBackupPlanVersions",
"operationName" : "ListBackupPlanVersions",
"paginated" : true,
"returnType" : {
"returnType" : "ListBackupPlanVersionsResponse",
"documentation" : null
},
"syncReturnType" : "ListBackupPlanVersionsResponse"
},
"ListBackupPlans" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata of your saved backup plans, including Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBackupPlansRequest",
"variableName" : "listBackupPlansRequest",
"variableType" : "ListBackupPlansRequest",
"documentation" : "",
"simpleType" : "ListBackupPlansRequest",
"variableSetterType" : "ListBackupPlansRequest"
},
"methodName" : "listBackupPlans",
"operationName" : "ListBackupPlans",
"paginated" : true,
"returnType" : {
"returnType" : "ListBackupPlansResponse",
"documentation" : null
},
"syncReturnType" : "ListBackupPlansResponse"
},
"ListBackupSelections" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array containing metadata of the resources associated with the target backup plan.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBackupSelectionsRequest",
"variableName" : "listBackupSelectionsRequest",
"variableType" : "ListBackupSelectionsRequest",
"documentation" : "",
"simpleType" : "ListBackupSelectionsRequest",
"variableSetterType" : "ListBackupSelectionsRequest"
},
"methodName" : "listBackupSelections",
"operationName" : "ListBackupSelections",
"paginated" : true,
"returnType" : {
"returnType" : "ListBackupSelectionsResponse",
"documentation" : null
},
"syncReturnType" : "ListBackupSelectionsResponse"
},
"ListBackupVaults" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of recovery point storage containers along with information about them.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListBackupVaultsRequest",
"variableName" : "listBackupVaultsRequest",
"variableType" : "ListBackupVaultsRequest",
"documentation" : "",
"simpleType" : "ListBackupVaultsRequest",
"variableSetterType" : "ListBackupVaultsRequest"
},
"methodName" : "listBackupVaults",
"operationName" : "ListBackupVaults",
"paginated" : true,
"returnType" : {
"returnType" : "ListBackupVaultsResponse",
"documentation" : null
},
"syncReturnType" : "ListBackupVaultsResponse"
},
"ListCopyJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata about your copy jobs.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListCopyJobsRequest",
"variableName" : "listCopyJobsRequest",
"variableType" : "ListCopyJobsRequest",
"documentation" : "",
"simpleType" : "ListCopyJobsRequest",
"variableSetterType" : "ListCopyJobsRequest"
},
"methodName" : "listCopyJobs",
"operationName" : "ListCopyJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListCopyJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListCopyJobsResponse"
},
"ListProtectedResources" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of resources successfully backed up by AWS Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListProtectedResourcesRequest",
"variableName" : "listProtectedResourcesRequest",
"variableType" : "ListProtectedResourcesRequest",
"documentation" : "",
"simpleType" : "ListProtectedResourcesRequest",
"variableSetterType" : "ListProtectedResourcesRequest"
},
"methodName" : "listProtectedResources",
"operationName" : "ListProtectedResources",
"paginated" : true,
"returnType" : {
"returnType" : "ListProtectedResourcesResponse",
"documentation" : null
},
"syncReturnType" : "ListProtectedResourcesResponse"
},
"ListRecoveryPointsByBackupVault" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns detailed information about the recovery points stored in a backup vault.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListRecoveryPointsByBackupVaultRequest",
"variableName" : "listRecoveryPointsByBackupVaultRequest",
"variableType" : "ListRecoveryPointsByBackupVaultRequest",
"documentation" : "",
"simpleType" : "ListRecoveryPointsByBackupVaultRequest",
"variableSetterType" : "ListRecoveryPointsByBackupVaultRequest"
},
"methodName" : "listRecoveryPointsByBackupVault",
"operationName" : "ListRecoveryPointsByBackupVault",
"paginated" : true,
"returnType" : {
"returnType" : "ListRecoveryPointsByBackupVaultResponse",
"documentation" : null
},
"syncReturnType" : "ListRecoveryPointsByBackupVaultResponse"
},
"ListRecoveryPointsByResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns detailed information about recovery points of the type specified by a resource Amazon Resource Name (ARN).
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListRecoveryPointsByResourceRequest",
"variableName" : "listRecoveryPointsByResourceRequest",
"variableType" : "ListRecoveryPointsByResourceRequest",
"documentation" : "",
"simpleType" : "ListRecoveryPointsByResourceRequest",
"variableSetterType" : "ListRecoveryPointsByResourceRequest"
},
"methodName" : "listRecoveryPointsByResource",
"operationName" : "ListRecoveryPointsByResource",
"paginated" : true,
"returnType" : {
"returnType" : "ListRecoveryPointsByResourceResponse",
"documentation" : null
},
"syncReturnType" : "ListRecoveryPointsByResourceResponse"
},
"ListRestoreJobs" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of jobs that AWS Backup initiated to restore a saved resource, including metadata about the recovery process.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListRestoreJobsRequest",
"variableName" : "listRestoreJobsRequest",
"variableType" : "ListRestoreJobsRequest",
"documentation" : "",
"simpleType" : "ListRestoreJobsRequest",
"variableSetterType" : "ListRestoreJobsRequest"
},
"methodName" : "listRestoreJobs",
"operationName" : "ListRestoreJobs",
"paginated" : true,
"returnType" : {
"returnType" : "ListRestoreJobsResponse",
"documentation" : null
},
"syncReturnType" : "ListRestoreJobsResponse"
},
"ListTags" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
ListTags
are currently only supported with Amazon EFS backups.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListTagsRequest",
"variableName" : "listTagsRequest",
"variableType" : "ListTagsRequest",
"documentation" : "",
"simpleType" : "ListTagsRequest",
"variableSetterType" : "ListTagsRequest"
},
"methodName" : "listTags",
"operationName" : "ListTags",
"paginated" : true,
"returnType" : {
"returnType" : "ListTagsResponse",
"documentation" : null
},
"syncReturnType" : "ListTagsResponse"
},
"PutBackupVaultAccessPolicy" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutBackupVaultAccessPolicyRequest",
"variableName" : "putBackupVaultAccessPolicyRequest",
"variableType" : "PutBackupVaultAccessPolicyRequest",
"documentation" : "",
"simpleType" : "PutBackupVaultAccessPolicyRequest",
"variableSetterType" : "PutBackupVaultAccessPolicyRequest"
},
"methodName" : "putBackupVaultAccessPolicy",
"operationName" : "PutBackupVaultAccessPolicy",
"paginated" : false,
"returnType" : {
"returnType" : "PutBackupVaultAccessPolicyResponse",
"documentation" : null
},
"syncReturnType" : "PutBackupVaultAccessPolicyResponse"
},
"PutBackupVaultNotifications" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Turns on notifications on a backup vault for the specified topic and events.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "PutBackupVaultNotificationsRequest",
"variableName" : "putBackupVaultNotificationsRequest",
"variableType" : "PutBackupVaultNotificationsRequest",
"documentation" : "",
"simpleType" : "PutBackupVaultNotificationsRequest",
"variableSetterType" : "PutBackupVaultNotificationsRequest"
},
"methodName" : "putBackupVaultNotifications",
"operationName" : "PutBackupVaultNotifications",
"paginated" : false,
"returnType" : {
"returnType" : "PutBackupVaultNotificationsResponse",
"documentation" : null
},
"syncReturnType" : "PutBackupVaultNotificationsResponse"
},
"StartBackupJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts a job to create a one-time backup of the specified resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartBackupJobRequest",
"variableName" : "startBackupJobRequest",
"variableType" : "StartBackupJobRequest",
"documentation" : "",
"simpleType" : "StartBackupJobRequest",
"variableSetterType" : "StartBackupJobRequest"
},
"methodName" : "startBackupJob",
"operationName" : "StartBackupJob",
"paginated" : false,
"returnType" : {
"returnType" : "StartBackupJobResponse",
"documentation" : null
},
"syncReturnType" : "StartBackupJobResponse"
},
"StartCopyJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts a job to create a one-time copy of the specified resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartCopyJobRequest",
"variableName" : "startCopyJobRequest",
"variableType" : "StartCopyJobRequest",
"documentation" : "",
"simpleType" : "StartCopyJobRequest",
"variableSetterType" : "StartCopyJobRequest"
},
"methodName" : "startCopyJob",
"operationName" : "StartCopyJob",
"paginated" : false,
"returnType" : {
"returnType" : "StartCopyJobResponse",
"documentation" : null
},
"syncReturnType" : "StartCopyJobResponse"
},
"StartRestoreJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Recovers the saved resource identified by an Amazon Resource Name (ARN).
If the resource ARN is included in the request, then the last complete backup of that resource is recovered. If the ARN of a recovery point is supplied, then that recovery point is restored.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartRestoreJobRequest",
"variableName" : "startRestoreJobRequest",
"variableType" : "StartRestoreJobRequest",
"documentation" : "",
"simpleType" : "StartRestoreJobRequest",
"variableSetterType" : "StartRestoreJobRequest"
},
"methodName" : "startRestoreJob",
"operationName" : "StartRestoreJob",
"paginated" : false,
"returnType" : {
"returnType" : "StartRestoreJobResponse",
"documentation" : null
},
"syncReturnType" : "StartRestoreJobResponse"
},
"StopBackupJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Attempts to cancel a job to create a one-time backup of a resource.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidRequestException",
"documentation" : "Indicates that something is wrong with the input to the request. For example, a parameter is of the wrong type.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopBackupJobRequest",
"variableName" : "stopBackupJobRequest",
"variableType" : "StopBackupJobRequest",
"documentation" : "",
"simpleType" : "StopBackupJobRequest",
"variableSetterType" : "StopBackupJobRequest"
},
"methodName" : "stopBackupJob",
"operationName" : "StopBackupJob",
"paginated" : false,
"returnType" : {
"returnType" : "StopBackupJobResponse",
"documentation" : null
},
"syncReturnType" : "StopBackupJobResponse"
},
"TagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "A limit in the request has been exceeded; for example, a maximum number of items allowed in a request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "TagResourceRequest",
"variableName" : "tagResourceRequest",
"variableType" : "TagResourceRequest",
"documentation" : "",
"simpleType" : "TagResourceRequest",
"variableSetterType" : "TagResourceRequest"
},
"methodName" : "tagResource",
"operationName" : "TagResource",
"paginated" : false,
"returnType" : {
"returnType" : "TagResourceResponse",
"documentation" : null
},
"syncReturnType" : "TagResourceResponse"
},
"UntagResource" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UntagResourceRequest",
"variableName" : "untagResourceRequest",
"variableType" : "UntagResourceRequest",
"documentation" : "",
"simpleType" : "UntagResourceRequest",
"variableSetterType" : "UntagResourceRequest"
},
"methodName" : "untagResource",
"operationName" : "UntagResource",
"paginated" : false,
"returnType" : {
"returnType" : "UntagResourceResponse",
"documentation" : null
},
"syncReturnType" : "UntagResourceResponse"
},
"UpdateBackupPlan" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Replaces the body of a saved backup plan identified by its backupPlanId
with the input document in JSON format. The new version is uniquely identified by a VersionId
.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateBackupPlanRequest",
"variableName" : "updateBackupPlanRequest",
"variableType" : "UpdateBackupPlanRequest",
"documentation" : "",
"simpleType" : "UpdateBackupPlanRequest",
"variableSetterType" : "UpdateBackupPlanRequest"
},
"methodName" : "updateBackupPlan",
"operationName" : "UpdateBackupPlan",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateBackupPlanResponse",
"documentation" : null
},
"syncReturnType" : "UpdateBackupPlanResponse"
},
"UpdateRecoveryPointLifecycle" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Sets the transition lifecycle of a recovery point.
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A resource that is required for the action doesn't exist.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateRecoveryPointLifecycleRequest",
"variableName" : "updateRecoveryPointLifecycleRequest",
"variableType" : "UpdateRecoveryPointLifecycleRequest",
"documentation" : "",
"simpleType" : "UpdateRecoveryPointLifecycleRequest",
"variableSetterType" : "UpdateRecoveryPointLifecycleRequest"
},
"methodName" : "updateRecoveryPointLifecycle",
"operationName" : "UpdateRecoveryPointLifecycle",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateRecoveryPointLifecycleResponse",
"documentation" : null
},
"syncReturnType" : "UpdateRecoveryPointLifecycleResponse"
},
"UpdateRegionSettings" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Updates the current service opt-in settings for the region. If the service has a value set to true, AWS Backup will attempt to protect that service's resources in this region, when included in an on-demand backup or scheduled backup plan. If the value is set to false for a service, AWS Backup will not attempt to protect that service's resources in this region.
",
"endpointCacheRequired" : false,
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "ServiceUnavailableException",
"documentation" : "The request failed due to a temporary failure of the server.
",
"httpStatusCode" : null
}, {
"exceptionName" : "MissingParameterValueException",
"documentation" : "Indicates that a required parameter is missing.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterValueException",
"documentation" : "Indicates that something is wrong with a parameter's value. For example, the value is out of range.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateRegionSettingsRequest",
"variableName" : "updateRegionSettingsRequest",
"variableType" : "UpdateRegionSettingsRequest",
"documentation" : "",
"simpleType" : "UpdateRegionSettingsRequest",
"variableSetterType" : "UpdateRegionSettingsRequest"
},
"methodName" : "updateRegionSettings",
"operationName" : "UpdateRegionSettings",
"paginated" : false,
"returnType" : {
"returnType" : "UpdateRegionSettingsResponse",
"documentation" : null
},
"syncReturnType" : "UpdateRegionSettingsResponse"
}
},
"shapes" : {
"AlreadyExistsException" : {
"c2jName" : "AlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "The required resource already exists.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AlreadyExistsException",
"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" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "Code",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Code 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 #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code property for this object.\n@deprecated Use {@link #code()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #code(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code 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" : "Code",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatorRequestId",
"beanStyleSetterMethodName" : "setCreatorRequestId",
"c2jName" : "CreatorRequestId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #creatorRequestId(String)}.\n@param creatorRequestId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creatorRequestId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #creatorRequestId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param creatorRequestId \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creatorRequestId(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatorRequestId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatorRequestId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creatorRequestId",
"fluentSetterDocumentation" : "\n@param creatorRequestId \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creatorRequestId",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatorRequestId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatorRequestId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatorRequestId",
"sensitive" : false,
"setterDocumentation" : "\n@param creatorRequestId ",
"setterMethodName" : "setCreatorRequestId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "Arn",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param arn \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "\n@param arn \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "\n@param arn ",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #type()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "type",
"fluentSetterDocumentation" : "\n@param type \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "\n@param type ",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContext",
"beanStyleSetterMethodName" : "setContext",
"c2jName" : "Context",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #context(String)}.\n@param context a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #context(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #context()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param context \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #context(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Context property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasContext",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "context",
"fluentSetterDocumentation" : "\n@param context \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "context",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Context",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Context",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Context",
"sensitive" : false,
"setterDocumentation" : "\n@param context ",
"setterMethodName" : "setContext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "context",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "context",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Arn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "Arn",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param arn \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "\n@param arn \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "\n@param arn ",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Code" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "Code",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Code 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 #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code property for this object.\n@deprecated Use {@link #code()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #code(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code 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" : "Code",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Context" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContext",
"beanStyleSetterMethodName" : "setContext",
"c2jName" : "Context",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #context(String)}.\n@param context a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #context(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #context()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param context \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #context(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Context property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasContext",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "context",
"fluentSetterDocumentation" : "\n@param context \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "context",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Context",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Context",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Context",
"sensitive" : false,
"setterDocumentation" : "\n@param context ",
"setterMethodName" : "setContext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "context",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "context",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreatorRequestId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatorRequestId",
"beanStyleSetterMethodName" : "setCreatorRequestId",
"c2jName" : "CreatorRequestId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #creatorRequestId(String)}.\n@param creatorRequestId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creatorRequestId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #creatorRequestId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param creatorRequestId \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creatorRequestId(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatorRequestId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatorRequestId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creatorRequestId",
"fluentSetterDocumentation" : "\n@param creatorRequestId \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creatorRequestId",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatorRequestId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatorRequestId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatorRequestId",
"sensitive" : false,
"setterDocumentation" : "\n@param creatorRequestId ",
"setterMethodName" : "setCreatorRequestId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Type" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #type()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "type",
"fluentSetterDocumentation" : "\n@param type \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "\n@param type ",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCode",
"beanStyleSetterMethodName" : "setCode",
"c2jName" : "Code",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Code 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 #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code property for this object.\n@deprecated Use {@link #code()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #code(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Code property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCode",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "code",
"fluentSetterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "code",
"getterDocumentation" : "Returns the value of the Code property for this object.\n@return The value of the Code 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" : "Code",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Code",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Code property for this object.\n\n@param code The new value for the Code property for this object.",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatorRequestId",
"beanStyleSetterMethodName" : "setCreatorRequestId",
"c2jName" : "CreatorRequestId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #creatorRequestId(String)}.\n@param creatorRequestId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creatorRequestId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #creatorRequestId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param creatorRequestId \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creatorRequestId(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatorRequestId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatorRequestId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creatorRequestId",
"fluentSetterDocumentation" : "\n@param creatorRequestId \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creatorRequestId",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatorRequestId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatorRequestId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatorRequestId",
"sensitive" : false,
"setterDocumentation" : "\n@param creatorRequestId ",
"setterMethodName" : "setCreatorRequestId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getArn",
"beanStyleSetterMethodName" : "setArn",
"c2jName" : "Arn",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #arn(String)}.\n@param arn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #arn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #arn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param arn \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #arn(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Arn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "arn",
"fluentSetterDocumentation" : "\n@param arn \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "arn",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Arn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Arn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Arn",
"sensitive" : false,
"setterDocumentation" : "\n@param arn ",
"setterMethodName" : "setArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "arn",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getType",
"beanStyleSetterMethodName" : "setType",
"c2jName" : "Type",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #type(String)}.\n@param type a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #type(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #type()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param type \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #type(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Type property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "type",
"fluentSetterDocumentation" : "\n@param type \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "type",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Type",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Type",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Type",
"sensitive" : false,
"setterDocumentation" : "\n@param type ",
"setterMethodName" : "setType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "type",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getContext",
"beanStyleSetterMethodName" : "setContext",
"c2jName" : "Context",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #context(String)}.\n@param context a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #context(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "\n@return \n@deprecated Use {@link #context()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "\n@param context \n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #context(String)}\n",
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Context property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasContext",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "context",
"fluentSetterDocumentation" : "\n@param context \n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "context",
"getterDocumentation" : "\n@return ",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Context",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Context",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Context",
"sensitive" : false,
"setterDocumentation" : "\n@param context ",
"setterMethodName" : "setContext",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "context",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "context",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AlreadyExistsException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AlreadyExistsException",
"variableName" : "alreadyExistsException",
"variableType" : "AlreadyExistsException",
"documentation" : null,
"simpleType" : "AlreadyExistsException",
"variableSetterType" : "AlreadyExistsException"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BackupJob" : {
"c2jName" : "BackupJob",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Contains detailed information about a backup 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" : "getBackupJobId",
"beanStyleSetterMethodName" : "setBackupJobId",
"c2jName" : "BackupJobId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupJobId(String)}.\n@param backupJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupJobId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@return Uniquely identifies a request to AWS Backup to back up a resource.\n@deprecated Use {@link #backupJobId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@param backupJobId Uniquely identifies a request to AWS Backup to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupJobId(String)}\n",
"documentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupJobId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupJobId",
"fluentSetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@param backupJobId Uniquely identifies a request to AWS Backup to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupJobId",
"getterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@return Uniquely identifies a request to AWS Backup to back up a resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupJobId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupJobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupJobId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@param backupJobId Uniquely identifies a request to AWS Backup to back up a resource.",
"setterMethodName" : "setBackupJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupJobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupJobId",
"variableType" : "String",
"documentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupVaultName",
"beanStyleSetterMethodName" : "setBackupVaultName",
"c2jName" : "BackupVaultName",
"c2jShape" : "BackupVaultName",
"defaultConsumerFluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupVaultName(String)}.\n@param backupVaultName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupVaultName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@deprecated Use {@link #backupVaultName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param backupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupVaultName(String)}\n",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupVaultName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupVaultName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupVaultName",
"fluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param backupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupVaultName",
"getterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupVaultName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupVaultName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupVaultName",
"sensitive" : false,
"setterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param backupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"setterMethodName" : "setBackupVaultName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultName",
"variableType" : "String",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupVaultArn",
"beanStyleSetterMethodName" : "setBackupVaultArn",
"c2jName" : "BackupVaultArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupVaultArn(String)}.\n@param backupVaultArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupVaultArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.\n@deprecated Use {@link #backupVaultArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@param backupVaultArn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupVaultArn(String)}\n",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupVaultArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupVaultArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupVaultArn",
"fluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@param backupVaultArn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupVaultArn",
"getterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupVaultArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupVaultArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupVaultArn",
"sensitive" : false,
"setterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@param backupVaultArn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.",
"setterMethodName" : "setBackupVaultArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultArn",
"variableType" : "String",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRecoveryPointArn",
"beanStyleSetterMethodName" : "setRecoveryPointArn",
"c2jName" : "RecoveryPointArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recoveryPointArn(String)}.\n@param recoveryPointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recoveryPointArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@return An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.\n@deprecated Use {@link #recoveryPointArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@param recoveryPointArn An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recoveryPointArn(String)}\n",
"documentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecoveryPointArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecoveryPointArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recoveryPointArn",
"fluentSetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@param recoveryPointArn An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recoveryPointArn",
"getterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@return An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RecoveryPointArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecoveryPointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RecoveryPointArn",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@param recoveryPointArn An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.",
"setterMethodName" : "setRecoveryPointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recoveryPointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recoveryPointArn",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@return An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.\n@deprecated Use {@link #resourceArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@param resourceArn An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n",
"documentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@param resourceArn An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@return An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceArn",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@param resourceArn An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #creationDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDate(Instant)}\n",
"documentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "CreationDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionDate",
"beanStyleSetterMethodName" : "setCompletionDate",
"c2jName" : "CompletionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #completionDate(Instant)}.\n@param completionDate 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 #completionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #completionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param completionDate The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionDate(Instant)}\n",
"documentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionDate",
"fluentSetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param completionDate The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionDate",
"getterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "CompletionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletionDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param completionDate The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setCompletionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getState",
"beanStyleSetterMethodName" : "setState",
"c2jName" : "State",
"c2jShape" : "BackupJobState",
"defaultConsumerFluentSetterDocumentation" : "The current state of a resource recovery point.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current state of a resource recovery point.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link BackupJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The current state of a resource recovery point.\n@see BackupJobState\n@deprecated Use {@link #stateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current state of a resource recovery point.
\n@param state The current state of a resource recovery point.\n@see BackupJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see BackupJobState\n@deprecated Use {@link #state(String)}\n",
"documentation" : "The current state of a resource recovery point.
",
"endpointDiscoveryId" : false,
"enumType" : "BackupJobState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasState",
"fluentEnumGetterMethodName" : "state",
"fluentEnumSetterMethodName" : "state",
"fluentGetterMethodName" : "stateAsString",
"fluentSetterDocumentation" : "The current state of a resource recovery point.
\n@param state The current state of a resource recovery point.\n@see BackupJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see BackupJobState",
"fluentSetterMethodName" : "state",
"getterDocumentation" : "The current state of a resource recovery point.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link BackupJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The current state of a resource recovery point.\n@see BackupJobState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "State",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "State",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "State",
"sensitive" : false,
"setterDocumentation" : "The current state of a resource recovery point.
\n@param state The current state of a resource recovery point.\n@see BackupJobState",
"setterMethodName" : "setState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "The current state of a resource recovery point.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusMessage",
"beanStyleSetterMethodName" : "setStatusMessage",
"c2jName" : "StatusMessage",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@return A detailed message explaining the status of the job to back up a resource.\n@deprecated Use {@link #statusMessage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@param statusMessage A detailed message explaining the status of the job to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n",
"documentation" : "A detailed message explaining the status of the job to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatusMessage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusMessage",
"fluentSetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@param statusMessage A detailed message explaining the status of the job to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "statusMessage",
"getterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@return A detailed message explaining the status of the job to back up a resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StatusMessage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusMessage",
"sensitive" : false,
"setterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@param statusMessage A detailed message explaining the status of the job to back up a resource.",
"setterMethodName" : "setStatusMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "A detailed message explaining the status of the job to back up a resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPercentDone",
"beanStyleSetterMethodName" : "setPercentDone",
"c2jName" : "PercentDone",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #percentDone(String)}.\n@param percentDone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #percentDone(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@return Contains an estimated percentage complete of a job at the time the job status was queried.\n@deprecated Use {@link #percentDone()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@param percentDone Contains an estimated percentage complete of a job at the time the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #percentDone(String)}\n",
"documentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PercentDone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPercentDone",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "percentDone",
"fluentSetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@param percentDone Contains an estimated percentage complete of a job at the time the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "percentDone",
"getterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@return Contains an estimated percentage complete of a job at the time the job status was queried.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PercentDone",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PercentDone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PercentDone",
"sensitive" : false,
"setterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@param percentDone Contains an estimated percentage complete of a job at the time the job status was queried.",
"setterMethodName" : "setPercentDone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "percentDone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "percentDone",
"variableType" : "String",
"documentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupSizeInBytes",
"beanStyleSetterMethodName" : "setBackupSizeInBytes",
"c2jName" : "BackupSizeInBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The size, in bytes, of a backup.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #backupSizeInBytes(Long)}.\n@param backupSizeInBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupSizeInBytes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The size, in bytes, of a backup.
\n@return The size, in bytes, of a backup.\n@deprecated Use {@link #backupSizeInBytes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The size, in bytes, of a backup.
\n@param backupSizeInBytes The size, in bytes, of a backup.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupSizeInBytes(Long)}\n",
"documentation" : "The size, in bytes, of a backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupSizeInBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupSizeInBytes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupSizeInBytes",
"fluentSetterDocumentation" : "The size, in bytes, of a backup.
\n@param backupSizeInBytes The size, in bytes, of a backup.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupSizeInBytes",
"getterDocumentation" : "The size, in bytes, of a backup.
\n@return The size, in bytes, of a backup.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupSizeInBytes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupSizeInBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "BackupSizeInBytes",
"sensitive" : false,
"setterDocumentation" : "The size, in bytes, of a backup.
\n@param backupSizeInBytes The size, in bytes, of a backup.",
"setterMethodName" : "setBackupSizeInBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "backupSizeInBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "backupSizeInBytes",
"variableType" : "Long",
"documentation" : "The size, in bytes, of a backup.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "IAMRoleArn",
"defaultConsumerFluentSetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@return Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@return Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedBy",
"beanStyleSetterMethodName" : "setCreatedBy",
"c2jName" : "CreatedBy",
"c2jShape" : "RecoveryPointCreator",
"defaultConsumerFluentSetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\nThis is a convenience that creates an instance of the {@link RecoveryPointCreator.Builder} avoiding the need to create one manually via {@link RecoveryPointCreator#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecoveryPointCreator.Builder#build()} is called immediately and its result is passed to {@link #createdBy(RecoveryPointCreator)}.\n@param createdBy a consumer that will call methods on {@link RecoveryPointCreator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdBy(RecoveryPointCreator)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@return Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.\n@deprecated Use {@link #createdBy()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@param createdBy Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdBy(RecoveryPointCreator)}\n",
"documentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedBy",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdBy",
"fluentSetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@param createdBy Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdBy",
"getterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@return Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.",
"getterModel" : {
"returnType" : "RecoveryPointCreator",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CreatedBy",
"sensitive" : false,
"setterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@param createdBy Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.",
"setterMethodName" : "setCreatedBy",
"setterModel" : {
"variableDeclarationType" : "RecoveryPointCreator",
"variableName" : "createdBy",
"variableType" : "RecoveryPointCreator",
"documentation" : null,
"simpleType" : "RecoveryPointCreator",
"variableSetterType" : "RecoveryPointCreator"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RecoveryPointCreator",
"variableName" : "createdBy",
"variableType" : "RecoveryPointCreator",
"documentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
",
"simpleType" : "RecoveryPointCreator",
"variableSetterType" : "RecoveryPointCreator"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getExpectedCompletionDate",
"beanStyleSetterMethodName" : "setExpectedCompletionDate",
"c2jName" : "ExpectedCompletionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #expectedCompletionDate(Instant)}.\n@param expectedCompletionDate 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 #expectedCompletionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #expectedCompletionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param expectedCompletionDate The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expectedCompletionDate(Instant)}\n",
"documentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ExpectedCompletionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasExpectedCompletionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expectedCompletionDate",
"fluentSetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param expectedCompletionDate The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expectedCompletionDate",
"getterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "ExpectedCompletionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpectedCompletionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "ExpectedCompletionDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param expectedCompletionDate The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setExpectedCompletionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expectedCompletionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expectedCompletionDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartBy",
"beanStyleSetterMethodName" : "setStartBy",
"c2jName" : "StartBy",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #startBy(Instant)}.\n@param startBy 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 #startBy(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #startBy()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param startBy Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startBy(Instant)}\n",
"documentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartBy",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startBy",
"fluentSetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param startBy Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startBy",
"getterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "StartBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartBy",
"sensitive" : false,
"setterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param startBy Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setStartBy",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startBy",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startBy",
"variableType" : "java.time.Instant",
"documentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceType",
"beanStyleSetterMethodName" : "setResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "ResourceType",
"defaultConsumerFluentSetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@return The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n@deprecated Use {@link #resourceType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@param resourceType The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceType(String)}\n",
"documentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceType",
"fluentSetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@param resourceType The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceType",
"getterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@return The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceType",
"sensitive" : false,
"setterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@param resourceType The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.",
"setterMethodName" : "setResourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBytesTransferred",
"beanStyleSetterMethodName" : "setBytesTransferred",
"c2jName" : "BytesTransferred",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #bytesTransferred(Long)}.\n@param bytesTransferred a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bytesTransferred(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@return The size in bytes transferred to a backup vault at the time that the job status was queried.\n@deprecated Use {@link #bytesTransferred()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@param bytesTransferred The size in bytes transferred to a backup vault at the time that the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bytesTransferred(Long)}\n",
"documentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BytesTransferred property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBytesTransferred",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bytesTransferred",
"fluentSetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@param bytesTransferred The size in bytes transferred to a backup vault at the time that the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bytesTransferred",
"getterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@return The size in bytes transferred to a backup vault at the time that the job status was queried.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BytesTransferred",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BytesTransferred",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "BytesTransferred",
"sensitive" : false,
"setterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@param bytesTransferred The size in bytes transferred to a backup vault at the time that the job status was queried.",
"setterMethodName" : "setBytesTransferred",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "bytesTransferred",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "bytesTransferred",
"variableType" : "Long",
"documentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupJobId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupJobId",
"beanStyleSetterMethodName" : "setBackupJobId",
"c2jName" : "BackupJobId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupJobId(String)}.\n@param backupJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupJobId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@return Uniquely identifies a request to AWS Backup to back up a resource.\n@deprecated Use {@link #backupJobId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@param backupJobId Uniquely identifies a request to AWS Backup to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupJobId(String)}\n",
"documentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupJobId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupJobId",
"fluentSetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@param backupJobId Uniquely identifies a request to AWS Backup to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupJobId",
"getterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@return Uniquely identifies a request to AWS Backup to back up a resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupJobId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupJobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupJobId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@param backupJobId Uniquely identifies a request to AWS Backup to back up a resource.",
"setterMethodName" : "setBackupJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupJobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupJobId",
"variableType" : "String",
"documentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BackupSizeInBytes" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupSizeInBytes",
"beanStyleSetterMethodName" : "setBackupSizeInBytes",
"c2jName" : "BackupSizeInBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The size, in bytes, of a backup.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #backupSizeInBytes(Long)}.\n@param backupSizeInBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupSizeInBytes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The size, in bytes, of a backup.
\n@return The size, in bytes, of a backup.\n@deprecated Use {@link #backupSizeInBytes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The size, in bytes, of a backup.
\n@param backupSizeInBytes The size, in bytes, of a backup.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupSizeInBytes(Long)}\n",
"documentation" : "The size, in bytes, of a backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupSizeInBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupSizeInBytes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupSizeInBytes",
"fluentSetterDocumentation" : "The size, in bytes, of a backup.
\n@param backupSizeInBytes The size, in bytes, of a backup.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupSizeInBytes",
"getterDocumentation" : "The size, in bytes, of a backup.
\n@return The size, in bytes, of a backup.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupSizeInBytes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupSizeInBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "BackupSizeInBytes",
"sensitive" : false,
"setterDocumentation" : "The size, in bytes, of a backup.
\n@param backupSizeInBytes The size, in bytes, of a backup.",
"setterMethodName" : "setBackupSizeInBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "backupSizeInBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "backupSizeInBytes",
"variableType" : "Long",
"documentation" : "The size, in bytes, of a backup.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BackupVaultArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupVaultArn",
"beanStyleSetterMethodName" : "setBackupVaultArn",
"c2jName" : "BackupVaultArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupVaultArn(String)}.\n@param backupVaultArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupVaultArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.\n@deprecated Use {@link #backupVaultArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@param backupVaultArn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupVaultArn(String)}\n",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupVaultArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupVaultArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupVaultArn",
"fluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@param backupVaultArn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupVaultArn",
"getterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupVaultArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupVaultArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupVaultArn",
"sensitive" : false,
"setterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@param backupVaultArn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.",
"setterMethodName" : "setBackupVaultArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultArn",
"variableType" : "String",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BackupVaultName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupVaultName",
"beanStyleSetterMethodName" : "setBackupVaultName",
"c2jName" : "BackupVaultName",
"c2jShape" : "BackupVaultName",
"defaultConsumerFluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupVaultName(String)}.\n@param backupVaultName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupVaultName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@deprecated Use {@link #backupVaultName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param backupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupVaultName(String)}\n",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupVaultName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupVaultName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupVaultName",
"fluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param backupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupVaultName",
"getterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupVaultName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupVaultName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupVaultName",
"sensitive" : false,
"setterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param backupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"setterMethodName" : "setBackupVaultName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultName",
"variableType" : "String",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BytesTransferred" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBytesTransferred",
"beanStyleSetterMethodName" : "setBytesTransferred",
"c2jName" : "BytesTransferred",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #bytesTransferred(Long)}.\n@param bytesTransferred a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bytesTransferred(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@return The size in bytes transferred to a backup vault at the time that the job status was queried.\n@deprecated Use {@link #bytesTransferred()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@param bytesTransferred The size in bytes transferred to a backup vault at the time that the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bytesTransferred(Long)}\n",
"documentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BytesTransferred property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBytesTransferred",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bytesTransferred",
"fluentSetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@param bytesTransferred The size in bytes transferred to a backup vault at the time that the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bytesTransferred",
"getterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@return The size in bytes transferred to a backup vault at the time that the job status was queried.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BytesTransferred",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BytesTransferred",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "BytesTransferred",
"sensitive" : false,
"setterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@param bytesTransferred The size in bytes transferred to a backup vault at the time that the job status was queried.",
"setterMethodName" : "setBytesTransferred",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "bytesTransferred",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "bytesTransferred",
"variableType" : "Long",
"documentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CompletionDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionDate",
"beanStyleSetterMethodName" : "setCompletionDate",
"c2jName" : "CompletionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #completionDate(Instant)}.\n@param completionDate 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 #completionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #completionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param completionDate The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionDate(Instant)}\n",
"documentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionDate",
"fluentSetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param completionDate The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionDate",
"getterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "CompletionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletionDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param completionDate The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setCompletionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreatedBy" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedBy",
"beanStyleSetterMethodName" : "setCreatedBy",
"c2jName" : "CreatedBy",
"c2jShape" : "RecoveryPointCreator",
"defaultConsumerFluentSetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\nThis is a convenience that creates an instance of the {@link RecoveryPointCreator.Builder} avoiding the need to create one manually via {@link RecoveryPointCreator#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecoveryPointCreator.Builder#build()} is called immediately and its result is passed to {@link #createdBy(RecoveryPointCreator)}.\n@param createdBy a consumer that will call methods on {@link RecoveryPointCreator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdBy(RecoveryPointCreator)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@return Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.\n@deprecated Use {@link #createdBy()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@param createdBy Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdBy(RecoveryPointCreator)}\n",
"documentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedBy",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdBy",
"fluentSetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@param createdBy Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdBy",
"getterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@return Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.",
"getterModel" : {
"returnType" : "RecoveryPointCreator",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CreatedBy",
"sensitive" : false,
"setterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@param createdBy Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.",
"setterMethodName" : "setCreatedBy",
"setterModel" : {
"variableDeclarationType" : "RecoveryPointCreator",
"variableName" : "createdBy",
"variableType" : "RecoveryPointCreator",
"documentation" : null,
"simpleType" : "RecoveryPointCreator",
"variableSetterType" : "RecoveryPointCreator"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RecoveryPointCreator",
"variableName" : "createdBy",
"variableType" : "RecoveryPointCreator",
"documentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
",
"simpleType" : "RecoveryPointCreator",
"variableSetterType" : "RecoveryPointCreator"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #creationDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDate(Instant)}\n",
"documentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "CreationDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ExpectedCompletionDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getExpectedCompletionDate",
"beanStyleSetterMethodName" : "setExpectedCompletionDate",
"c2jName" : "ExpectedCompletionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #expectedCompletionDate(Instant)}.\n@param expectedCompletionDate 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 #expectedCompletionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #expectedCompletionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param expectedCompletionDate The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expectedCompletionDate(Instant)}\n",
"documentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ExpectedCompletionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasExpectedCompletionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expectedCompletionDate",
"fluentSetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param expectedCompletionDate The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expectedCompletionDate",
"getterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "ExpectedCompletionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpectedCompletionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "ExpectedCompletionDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param expectedCompletionDate The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setExpectedCompletionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expectedCompletionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expectedCompletionDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"IamRoleArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "IAMRoleArn",
"defaultConsumerFluentSetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@return Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@return Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"PercentDone" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPercentDone",
"beanStyleSetterMethodName" : "setPercentDone",
"c2jName" : "PercentDone",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #percentDone(String)}.\n@param percentDone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #percentDone(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@return Contains an estimated percentage complete of a job at the time the job status was queried.\n@deprecated Use {@link #percentDone()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@param percentDone Contains an estimated percentage complete of a job at the time the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #percentDone(String)}\n",
"documentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PercentDone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPercentDone",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "percentDone",
"fluentSetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@param percentDone Contains an estimated percentage complete of a job at the time the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "percentDone",
"getterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@return Contains an estimated percentage complete of a job at the time the job status was queried.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PercentDone",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PercentDone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PercentDone",
"sensitive" : false,
"setterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@param percentDone Contains an estimated percentage complete of a job at the time the job status was queried.",
"setterMethodName" : "setPercentDone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "percentDone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "percentDone",
"variableType" : "String",
"documentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RecoveryPointArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRecoveryPointArn",
"beanStyleSetterMethodName" : "setRecoveryPointArn",
"c2jName" : "RecoveryPointArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recoveryPointArn(String)}.\n@param recoveryPointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recoveryPointArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@return An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.\n@deprecated Use {@link #recoveryPointArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@param recoveryPointArn An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recoveryPointArn(String)}\n",
"documentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecoveryPointArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecoveryPointArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recoveryPointArn",
"fluentSetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@param recoveryPointArn An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recoveryPointArn",
"getterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@return An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RecoveryPointArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecoveryPointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RecoveryPointArn",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@param recoveryPointArn An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.",
"setterMethodName" : "setRecoveryPointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recoveryPointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recoveryPointArn",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ResourceArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@return An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.\n@deprecated Use {@link #resourceArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@param resourceArn An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n",
"documentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@param resourceArn An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@return An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceArn",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@param resourceArn An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ResourceType" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceType",
"beanStyleSetterMethodName" : "setResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "ResourceType",
"defaultConsumerFluentSetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@return The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n@deprecated Use {@link #resourceType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@param resourceType The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceType(String)}\n",
"documentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceType",
"fluentSetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@param resourceType The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceType",
"getterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@return The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceType",
"sensitive" : false,
"setterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@param resourceType The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.",
"setterMethodName" : "setResourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StartBy" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartBy",
"beanStyleSetterMethodName" : "setStartBy",
"c2jName" : "StartBy",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #startBy(Instant)}.\n@param startBy 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 #startBy(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #startBy()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param startBy Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startBy(Instant)}\n",
"documentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartBy",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startBy",
"fluentSetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param startBy Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startBy",
"getterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "StartBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartBy",
"sensitive" : false,
"setterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param startBy Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setStartBy",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startBy",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startBy",
"variableType" : "java.time.Instant",
"documentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"State" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getState",
"beanStyleSetterMethodName" : "setState",
"c2jName" : "State",
"c2jShape" : "BackupJobState",
"defaultConsumerFluentSetterDocumentation" : "The current state of a resource recovery point.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current state of a resource recovery point.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link BackupJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The current state of a resource recovery point.\n@see BackupJobState\n@deprecated Use {@link #stateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current state of a resource recovery point.
\n@param state The current state of a resource recovery point.\n@see BackupJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see BackupJobState\n@deprecated Use {@link #state(String)}\n",
"documentation" : "The current state of a resource recovery point.
",
"endpointDiscoveryId" : false,
"enumType" : "BackupJobState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasState",
"fluentEnumGetterMethodName" : "state",
"fluentEnumSetterMethodName" : "state",
"fluentGetterMethodName" : "stateAsString",
"fluentSetterDocumentation" : "The current state of a resource recovery point.
\n@param state The current state of a resource recovery point.\n@see BackupJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see BackupJobState",
"fluentSetterMethodName" : "state",
"getterDocumentation" : "The current state of a resource recovery point.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link BackupJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The current state of a resource recovery point.\n@see BackupJobState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "State",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "State",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "State",
"sensitive" : false,
"setterDocumentation" : "The current state of a resource recovery point.
\n@param state The current state of a resource recovery point.\n@see BackupJobState",
"setterMethodName" : "setState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "The current state of a resource recovery point.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StatusMessage" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusMessage",
"beanStyleSetterMethodName" : "setStatusMessage",
"c2jName" : "StatusMessage",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@return A detailed message explaining the status of the job to back up a resource.\n@deprecated Use {@link #statusMessage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@param statusMessage A detailed message explaining the status of the job to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n",
"documentation" : "A detailed message explaining the status of the job to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatusMessage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusMessage",
"fluentSetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@param statusMessage A detailed message explaining the status of the job to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "statusMessage",
"getterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@return A detailed message explaining the status of the job to back up a resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StatusMessage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusMessage",
"sensitive" : false,
"setterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@param statusMessage A detailed message explaining the status of the job to back up a resource.",
"setterMethodName" : "setStatusMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "A detailed message explaining the status of the job to back up a resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupJobId",
"beanStyleSetterMethodName" : "setBackupJobId",
"c2jName" : "BackupJobId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupJobId(String)}.\n@param backupJobId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupJobId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@return Uniquely identifies a request to AWS Backup to back up a resource.\n@deprecated Use {@link #backupJobId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@param backupJobId Uniquely identifies a request to AWS Backup to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupJobId(String)}\n",
"documentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupJobId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupJobId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupJobId",
"fluentSetterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@param backupJobId Uniquely identifies a request to AWS Backup to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupJobId",
"getterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@return Uniquely identifies a request to AWS Backup to back up a resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupJobId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupJobId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupJobId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
\n@param backupJobId Uniquely identifies a request to AWS Backup to back up a resource.",
"setterMethodName" : "setBackupJobId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupJobId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupJobId",
"variableType" : "String",
"documentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupVaultName",
"beanStyleSetterMethodName" : "setBackupVaultName",
"c2jName" : "BackupVaultName",
"c2jShape" : "BackupVaultName",
"defaultConsumerFluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupVaultName(String)}.\n@param backupVaultName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupVaultName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@deprecated Use {@link #backupVaultName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param backupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupVaultName(String)}\n",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupVaultName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupVaultName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupVaultName",
"fluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param backupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupVaultName",
"getterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupVaultName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupVaultName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupVaultName",
"sensitive" : false,
"setterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param backupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"setterMethodName" : "setBackupVaultName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultName",
"variableType" : "String",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupVaultArn",
"beanStyleSetterMethodName" : "setBackupVaultArn",
"c2jName" : "BackupVaultArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupVaultArn(String)}.\n@param backupVaultArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupVaultArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.\n@deprecated Use {@link #backupVaultArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@param backupVaultArn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupVaultArn(String)}\n",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupVaultArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupVaultArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupVaultArn",
"fluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@param backupVaultArn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupVaultArn",
"getterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupVaultArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupVaultArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupVaultArn",
"sensitive" : false,
"setterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
\n@param backupVaultArn An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.",
"setterMethodName" : "setBackupVaultArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupVaultArn",
"variableType" : "String",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRecoveryPointArn",
"beanStyleSetterMethodName" : "setRecoveryPointArn",
"c2jName" : "RecoveryPointArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #recoveryPointArn(String)}.\n@param recoveryPointArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #recoveryPointArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@return An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.\n@deprecated Use {@link #recoveryPointArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@param recoveryPointArn An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recoveryPointArn(String)}\n",
"documentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecoveryPointArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecoveryPointArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recoveryPointArn",
"fluentSetterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@param recoveryPointArn An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recoveryPointArn",
"getterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@return An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RecoveryPointArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecoveryPointArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RecoveryPointArn",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
\n@param recoveryPointArn An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.",
"setterMethodName" : "setRecoveryPointArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "recoveryPointArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "recoveryPointArn",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceArn",
"beanStyleSetterMethodName" : "setResourceArn",
"c2jName" : "ResourceArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceArn(String)}.\n@param resourceArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@return An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.\n@deprecated Use {@link #resourceArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@param resourceArn An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceArn(String)}\n",
"documentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceArn",
"fluentSetterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@param resourceArn An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceArn",
"getterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@return An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceArn",
"sensitive" : false,
"setterDocumentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
\n@param resourceArn An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.",
"setterMethodName" : "setResourceArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceArn",
"variableType" : "String",
"documentation" : "An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #creationDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDate(Instant)}\n",
"documentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "CreationDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a backup job is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionDate",
"beanStyleSetterMethodName" : "setCompletionDate",
"c2jName" : "CompletionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #completionDate(Instant)}.\n@param completionDate 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 #completionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #completionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param completionDate The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionDate(Instant)}\n",
"documentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionDate",
"fluentSetterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param completionDate The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionDate",
"getterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "CompletionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CompletionDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param completionDate The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setCompletionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "completionDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a job to create a backup job is completed, in Unix format and Coordinated Universal Time (UTC). The value of CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getState",
"beanStyleSetterMethodName" : "setState",
"c2jName" : "State",
"c2jShape" : "BackupJobState",
"defaultConsumerFluentSetterDocumentation" : "The current state of a resource recovery point.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #stateAsString(String)}.\n@param state a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #state(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The current state of a resource recovery point.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link BackupJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The current state of a resource recovery point.\n@see BackupJobState\n@deprecated Use {@link #stateAsString()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The current state of a resource recovery point.
\n@param state The current state of a resource recovery point.\n@see BackupJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see BackupJobState\n@deprecated Use {@link #state(String)}\n",
"documentation" : "The current state of a resource recovery point.
",
"endpointDiscoveryId" : false,
"enumType" : "BackupJobState",
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the State property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasState",
"fluentEnumGetterMethodName" : "state",
"fluentEnumSetterMethodName" : "state",
"fluentGetterMethodName" : "stateAsString",
"fluentSetterDocumentation" : "The current state of a resource recovery point.
\n@param state The current state of a resource recovery point.\n@see BackupJobState\n@return Returns a reference to this object so that method calls can be chained together.\n@see BackupJobState",
"fluentSetterMethodName" : "state",
"getterDocumentation" : "The current state of a resource recovery point.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #state} will return {@link BackupJobState#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #stateAsString}.\n
\n@return The current state of a resource recovery point.\n@see BackupJobState",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "State",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "State",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "State",
"sensitive" : false,
"setterDocumentation" : "The current state of a resource recovery point.
\n@param state The current state of a resource recovery point.\n@see BackupJobState",
"setterMethodName" : "setState",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "state",
"variableType" : "String",
"documentation" : "The current state of a resource recovery point.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStatusMessage",
"beanStyleSetterMethodName" : "setStatusMessage",
"c2jName" : "StatusMessage",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #statusMessage(String)}.\n@param statusMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #statusMessage(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@return A detailed message explaining the status of the job to back up a resource.\n@deprecated Use {@link #statusMessage()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@param statusMessage A detailed message explaining the status of the job to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #statusMessage(String)}\n",
"documentation" : "A detailed message explaining the status of the job to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StatusMessage property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStatusMessage",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "statusMessage",
"fluentSetterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@param statusMessage A detailed message explaining the status of the job to back up a resource.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "statusMessage",
"getterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@return A detailed message explaining the status of the job to back up a resource.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StatusMessage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StatusMessage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "StatusMessage",
"sensitive" : false,
"setterDocumentation" : "A detailed message explaining the status of the job to back up a resource.
\n@param statusMessage A detailed message explaining the status of the job to back up a resource.",
"setterMethodName" : "setStatusMessage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "statusMessage",
"variableType" : "String",
"documentation" : "A detailed message explaining the status of the job to back up a resource.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getPercentDone",
"beanStyleSetterMethodName" : "setPercentDone",
"c2jName" : "PercentDone",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #percentDone(String)}.\n@param percentDone a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #percentDone(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@return Contains an estimated percentage complete of a job at the time the job status was queried.\n@deprecated Use {@link #percentDone()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@param percentDone Contains an estimated percentage complete of a job at the time the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #percentDone(String)}\n",
"documentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the PercentDone property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasPercentDone",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "percentDone",
"fluentSetterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@param percentDone Contains an estimated percentage complete of a job at the time the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "percentDone",
"getterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@return Contains an estimated percentage complete of a job at the time the job status was queried.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "PercentDone",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "PercentDone",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "PercentDone",
"sensitive" : false,
"setterDocumentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
\n@param percentDone Contains an estimated percentage complete of a job at the time the job status was queried.",
"setterMethodName" : "setPercentDone",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "percentDone",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "percentDone",
"variableType" : "String",
"documentation" : "Contains an estimated percentage complete of a job at the time the job status was queried.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupSizeInBytes",
"beanStyleSetterMethodName" : "setBackupSizeInBytes",
"c2jName" : "BackupSizeInBytes",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The size, in bytes, of a backup.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #backupSizeInBytes(Long)}.\n@param backupSizeInBytes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupSizeInBytes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The size, in bytes, of a backup.
\n@return The size, in bytes, of a backup.\n@deprecated Use {@link #backupSizeInBytes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The size, in bytes, of a backup.
\n@param backupSizeInBytes The size, in bytes, of a backup.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupSizeInBytes(Long)}\n",
"documentation" : "The size, in bytes, of a backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupSizeInBytes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupSizeInBytes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupSizeInBytes",
"fluentSetterDocumentation" : "The size, in bytes, of a backup.
\n@param backupSizeInBytes The size, in bytes, of a backup.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupSizeInBytes",
"getterDocumentation" : "The size, in bytes, of a backup.
\n@return The size, in bytes, of a backup.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupSizeInBytes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupSizeInBytes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "BackupSizeInBytes",
"sensitive" : false,
"setterDocumentation" : "The size, in bytes, of a backup.
\n@param backupSizeInBytes The size, in bytes, of a backup.",
"setterMethodName" : "setBackupSizeInBytes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "backupSizeInBytes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "backupSizeInBytes",
"variableType" : "Long",
"documentation" : "The size, in bytes, of a backup.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "IAMRoleArn",
"defaultConsumerFluentSetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #iamRoleArn(String)}.\n@param iamRoleArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #iamRoleArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@return Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.\n@deprecated Use {@link #iamRoleArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #iamRoleArn(String)}\n",
"documentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the IamRoleArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasIamRoleArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "iamRoleArn",
"getterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@return Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "IamRoleArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "IamRoleArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "IamRoleArn",
"sensitive" : false,
"setterDocumentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.",
"setterMethodName" : "setIamRoleArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "iamRoleArn",
"variableType" : "String",
"documentation" : "Specifies the IAM role ARN used to create the target recovery point; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatedBy",
"beanStyleSetterMethodName" : "setCreatedBy",
"c2jName" : "CreatedBy",
"c2jShape" : "RecoveryPointCreator",
"defaultConsumerFluentSetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\nThis is a convenience that creates an instance of the {@link RecoveryPointCreator.Builder} avoiding the need to create one manually via {@link RecoveryPointCreator#builder()}.\n\nWhen the {@link Consumer} completes, {@link RecoveryPointCreator.Builder#build()} is called immediately and its result is passed to {@link #createdBy(RecoveryPointCreator)}.\n@param createdBy a consumer that will call methods on {@link RecoveryPointCreator.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #createdBy(RecoveryPointCreator)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@return Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.\n@deprecated Use {@link #createdBy()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@param createdBy Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #createdBy(RecoveryPointCreator)}\n",
"documentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatedBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatedBy",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "createdBy",
"fluentSetterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@param createdBy Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "createdBy",
"getterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@return Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.",
"getterModel" : {
"returnType" : "RecoveryPointCreator",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatedBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatedBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "CreatedBy",
"sensitive" : false,
"setterDocumentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
\n@param createdBy Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.",
"setterMethodName" : "setCreatedBy",
"setterModel" : {
"variableDeclarationType" : "RecoveryPointCreator",
"variableName" : "createdBy",
"variableType" : "RecoveryPointCreator",
"documentation" : null,
"simpleType" : "RecoveryPointCreator",
"variableSetterType" : "RecoveryPointCreator"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "RecoveryPointCreator",
"variableName" : "createdBy",
"variableType" : "RecoveryPointCreator",
"documentation" : "Contains identifying information about the creation of a backup job, including the BackupPlanArn
, BackupPlanId
, BackupPlanVersion
, and BackupRuleId
of the backup plan used to create it.
",
"simpleType" : "RecoveryPointCreator",
"variableSetterType" : "RecoveryPointCreator"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getExpectedCompletionDate",
"beanStyleSetterMethodName" : "setExpectedCompletionDate",
"c2jName" : "ExpectedCompletionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #expectedCompletionDate(Instant)}.\n@param expectedCompletionDate 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 #expectedCompletionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #expectedCompletionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param expectedCompletionDate The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #expectedCompletionDate(Instant)}\n",
"documentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ExpectedCompletionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasExpectedCompletionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "expectedCompletionDate",
"fluentSetterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param expectedCompletionDate The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "expectedCompletionDate",
"getterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "ExpectedCompletionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpectedCompletionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "ExpectedCompletionDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param expectedCompletionDate The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setExpectedCompletionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expectedCompletionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "expectedCompletionDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a job to back up resources is expected to be completed, in Unix format and Coordinated Universal Time (UTC). The value of ExpectedCompletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartBy",
"beanStyleSetterMethodName" : "setStartBy",
"c2jName" : "StartBy",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #startBy(Instant)}.\n@param startBy 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 #startBy(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #startBy()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param startBy Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startBy(Instant)}\n",
"documentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartBy property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartBy",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startBy",
"fluentSetterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param startBy Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startBy",
"getterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "StartBy",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartBy",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "StartBy",
"sensitive" : false,
"setterDocumentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param startBy Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setStartBy",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startBy",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "startBy",
"variableType" : "java.time.Instant",
"documentation" : "Specifies the time in Unix format and Coordinated Universal Time (UTC) when a backup job must be started before it is canceled. The value is calculated by adding the start window to the scheduled time. So if the scheduled time were 6:00 PM and the start window is 2 hours, the StartBy
time would be 8:00 PM on the date specified. The value of StartBy
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getResourceType",
"beanStyleSetterMethodName" : "setResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "ResourceType",
"defaultConsumerFluentSetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #resourceType(String)}.\n@param resourceType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #resourceType(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@return The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n@deprecated Use {@link #resourceType()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@param resourceType The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #resourceType(String)}\n",
"documentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ResourceType property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasResourceType",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resourceType",
"fluentSetterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@param resourceType The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resourceType",
"getterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@return The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "ResourceType",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ResourceType",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ResourceType",
"sensitive" : false,
"setterDocumentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
\n@param resourceType The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.",
"setterMethodName" : "setResourceType",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "resourceType",
"variableType" : "String",
"documentation" : "The type of AWS resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBytesTransferred",
"beanStyleSetterMethodName" : "setBytesTransferred",
"c2jName" : "BytesTransferred",
"c2jShape" : "Long",
"defaultConsumerFluentSetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #bytesTransferred(Long)}.\n@param bytesTransferred a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #bytesTransferred(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@return The size in bytes transferred to a backup vault at the time that the job status was queried.\n@deprecated Use {@link #bytesTransferred()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@param bytesTransferred The size in bytes transferred to a backup vault at the time that the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #bytesTransferred(Long)}\n",
"documentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BytesTransferred property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBytesTransferred",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "bytesTransferred",
"fluentSetterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@param bytesTransferred The size in bytes transferred to a backup vault at the time that the job status was queried.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "bytesTransferred",
"getterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@return The size in bytes transferred to a backup vault at the time that the job status was queried.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BytesTransferred",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BytesTransferred",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "BytesTransferred",
"sensitive" : false,
"setterDocumentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
\n@param bytesTransferred The size in bytes transferred to a backup vault at the time that the job status was queried.",
"setterMethodName" : "setBytesTransferred",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "bytesTransferred",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "bytesTransferred",
"variableType" : "Long",
"documentation" : "The size in bytes transferred to a backup vault at the time that the job status was queried.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BackupJob",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackupJob",
"variableName" : "backupJob",
"variableType" : "BackupJob",
"documentation" : null,
"simpleType" : "BackupJob",
"variableSetterType" : "BackupJob"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BackupJobState" : {
"c2jName" : "BackupJobState",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "CREATED",
"value" : "CREATED"
}, {
"name" : "PENDING",
"value" : "PENDING"
}, {
"name" : "RUNNING",
"value" : "RUNNING"
}, {
"name" : "ABORTING",
"value" : "ABORTING"
}, {
"name" : "ABORTED",
"value" : "ABORTED"
}, {
"name" : "COMPLETED",
"value" : "COMPLETED"
}, {
"name" : "FAILED",
"value" : "FAILED"
}, {
"name" : "EXPIRED",
"value" : "EXPIRED"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BackupJobState",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackupJobState",
"variableName" : "backupJobState",
"variableType" : "BackupJobState",
"documentation" : null,
"simpleType" : "BackupJobState",
"variableSetterType" : "BackupJobState"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BackupPlan" : {
"c2jName" : "BackupPlan",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Contains an optional backup plan display name and an array of BackupRule
objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task and can back up a different selection of AWS resources.
",
"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" : "getBackupPlanName",
"beanStyleSetterMethodName" : "setBackupPlanName",
"c2jName" : "BackupPlanName",
"c2jShape" : "BackupPlanName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanName(String)}.\n@param backupPlanName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.\n@deprecated Use {@link #backupPlanName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanName(String)}\n",
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanName",
"fluentSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanName",
"getterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanName",
"sensitive" : false,
"setterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.",
"setterMethodName" : "setBackupPlanName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : "The display name of a backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "BackupRules",
"defaultConsumerFluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BackupRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BackupRule.Builder} avoiding the need to create one manually via {@link BackupRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackupRule.Builder#build()} is called immediately and its result is passed to {@link #member(BackupRule)}.\n@param member a consumer that will call methods on {@link BackupRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BackupRule)",
"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(BackupRule)}\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" : "BackupRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BackupRule",
"variableName" : "member",
"variableType" : "BackupRule",
"documentation" : null,
"simpleType" : "BackupRule",
"variableSetterType" : "BackupRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BackupRule",
"variableName" : "member",
"variableType" : "BackupRule",
"documentation" : "",
"simpleType" : "BackupRule",
"variableSetterType" : "BackupRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BackupRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BackupRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupPlanName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanName",
"beanStyleSetterMethodName" : "setBackupPlanName",
"c2jName" : "BackupPlanName",
"c2jShape" : "BackupPlanName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanName(String)}.\n@param backupPlanName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.\n@deprecated Use {@link #backupPlanName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanName(String)}\n",
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanName",
"fluentSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanName",
"getterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanName",
"sensitive" : false,
"setterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.",
"setterMethodName" : "setBackupPlanName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : "The display name of a backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Rules" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "BackupRules",
"defaultConsumerFluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BackupRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BackupRule.Builder} avoiding the need to create one manually via {@link BackupRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackupRule.Builder#build()} is called immediately and its result is passed to {@link #member(BackupRule)}.\n@param member a consumer that will call methods on {@link BackupRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BackupRule)",
"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(BackupRule)}\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" : "BackupRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BackupRule",
"variableName" : "member",
"variableType" : "BackupRule",
"documentation" : null,
"simpleType" : "BackupRule",
"variableSetterType" : "BackupRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BackupRule",
"variableName" : "member",
"variableType" : "BackupRule",
"documentation" : "",
"simpleType" : "BackupRule",
"variableSetterType" : "BackupRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BackupRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BackupRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanName",
"beanStyleSetterMethodName" : "setBackupPlanName",
"c2jName" : "BackupPlanName",
"c2jShape" : "BackupPlanName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanName(String)}.\n@param backupPlanName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.\n@deprecated Use {@link #backupPlanName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanName(String)}\n",
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanName",
"fluentSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanName",
"getterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanName",
"sensitive" : false,
"setterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.",
"setterMethodName" : "setBackupPlanName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : "The display name of a backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "BackupRules",
"defaultConsumerFluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BackupRule",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BackupRule.Builder} avoiding the need to create one manually via {@link BackupRule#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackupRule.Builder#build()} is called immediately and its result is passed to {@link #member(BackupRule)}.\n@param member a consumer that will call methods on {@link BackupRule.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BackupRule)",
"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(BackupRule)}\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" : "BackupRule",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BackupRule",
"variableName" : "member",
"variableType" : "BackupRule",
"documentation" : null,
"simpleType" : "BackupRule",
"variableSetterType" : "BackupRule"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BackupRule",
"variableName" : "member",
"variableType" : "BackupRule",
"documentation" : "",
"simpleType" : "BackupRule",
"variableSetterType" : "BackupRule"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BackupRule",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BackupRule",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "BackupPlanName", "Rules" ],
"shapeName" : "BackupPlan",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackupPlan",
"variableName" : "backupPlan",
"variableType" : "BackupPlan",
"documentation" : null,
"simpleType" : "BackupPlan",
"variableSetterType" : "BackupPlan"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BackupPlanInput" : {
"c2jName" : "BackupPlanInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Contains an optional backup plan display name and an array of BackupRule
objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task and can back up a different selection of AWS resources.
",
"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" : "getBackupPlanName",
"beanStyleSetterMethodName" : "setBackupPlanName",
"c2jName" : "BackupPlanName",
"c2jShape" : "BackupPlanName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanName(String)}.\n@param backupPlanName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.\n@deprecated Use {@link #backupPlanName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanName(String)}\n",
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanName",
"fluentSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanName",
"getterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanName",
"sensitive" : false,
"setterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.",
"setterMethodName" : "setBackupPlanName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : "The display name of a backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "BackupRulesInput",
"defaultConsumerFluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BackupRuleInput",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BackupRuleInput.Builder} avoiding the need to create one manually via {@link BackupRuleInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackupRuleInput.Builder#build()} is called immediately and its result is passed to {@link #member(BackupRuleInput)}.\n@param member a consumer that will call methods on {@link BackupRuleInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BackupRuleInput)",
"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(BackupRuleInput)}\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" : "BackupRuleInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BackupRuleInput",
"variableName" : "member",
"variableType" : "BackupRuleInput",
"documentation" : null,
"simpleType" : "BackupRuleInput",
"variableSetterType" : "BackupRuleInput"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BackupRuleInput",
"variableName" : "member",
"variableType" : "BackupRuleInput",
"documentation" : "",
"simpleType" : "BackupRuleInput",
"variableSetterType" : "BackupRuleInput"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BackupRuleInput",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BackupRuleInput",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupPlanName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanName",
"beanStyleSetterMethodName" : "setBackupPlanName",
"c2jName" : "BackupPlanName",
"c2jShape" : "BackupPlanName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanName(String)}.\n@param backupPlanName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.\n@deprecated Use {@link #backupPlanName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanName(String)}\n",
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanName",
"fluentSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanName",
"getterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanName",
"sensitive" : false,
"setterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.",
"setterMethodName" : "setBackupPlanName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : "The display name of a backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Rules" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "BackupRulesInput",
"defaultConsumerFluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BackupRuleInput",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BackupRuleInput.Builder} avoiding the need to create one manually via {@link BackupRuleInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackupRuleInput.Builder#build()} is called immediately and its result is passed to {@link #member(BackupRuleInput)}.\n@param member a consumer that will call methods on {@link BackupRuleInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BackupRuleInput)",
"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(BackupRuleInput)}\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" : "BackupRuleInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BackupRuleInput",
"variableName" : "member",
"variableType" : "BackupRuleInput",
"documentation" : null,
"simpleType" : "BackupRuleInput",
"variableSetterType" : "BackupRuleInput"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BackupRuleInput",
"variableName" : "member",
"variableType" : "BackupRuleInput",
"documentation" : "",
"simpleType" : "BackupRuleInput",
"variableSetterType" : "BackupRuleInput"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BackupRuleInput",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BackupRuleInput",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanName",
"beanStyleSetterMethodName" : "setBackupPlanName",
"c2jName" : "BackupPlanName",
"c2jShape" : "BackupPlanName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanName(String)}.\n@param backupPlanName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.\n@deprecated Use {@link #backupPlanName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanName(String)}\n",
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanName",
"fluentSetterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanName",
"getterDocumentation" : "The display name of a backup plan.
\n@return The display name of a backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanName",
"sensitive" : false,
"setterDocumentation" : "The display name of a backup plan.
\n@param backupPlanName The display name of a backup plan.",
"setterMethodName" : "setBackupPlanName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : "The display name of a backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRules",
"beanStyleSetterMethodName" : "setRules",
"c2jName" : "Rules",
"c2jShape" : "BackupRulesInput",
"defaultConsumerFluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #rules(List)}.\n@param rules a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #rules(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@deprecated Use {@link #rules()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #rules(List)}\n",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Rules property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRules",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "rules",
"fluentSetterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "rules",
"getterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRules()} to see if a value was sent in this field.\n
\n@return An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Rules",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Rules",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "BackupRuleInput",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link BackupRuleInput.Builder} avoiding the need to create one manually via {@link BackupRuleInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link BackupRuleInput.Builder#build()} is called immediately and its result is passed to {@link #member(BackupRuleInput)}.\n@param member a consumer that will call methods on {@link BackupRuleInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(BackupRuleInput)",
"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(BackupRuleInput)}\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" : "BackupRuleInput",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "BackupRuleInput",
"variableName" : "member",
"variableType" : "BackupRuleInput",
"documentation" : null,
"simpleType" : "BackupRuleInput",
"variableSetterType" : "BackupRuleInput"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BackupRuleInput",
"variableName" : "member",
"variableType" : "BackupRuleInput",
"documentation" : "",
"simpleType" : "BackupRuleInput",
"variableSetterType" : "BackupRuleInput"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "BackupRuleInput",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "BackupRuleInput",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Rules",
"sensitive" : false,
"setterDocumentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
\n@param rules An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.",
"setterMethodName" : "setRules",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "rules",
"variableType" : "java.util.List",
"documentation" : "An array of BackupRule
objects, each of which specifies a scheduled task that is used to back up a selection of resources.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "BackupPlanName", "Rules" ],
"shapeName" : "BackupPlanInput",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackupPlanInput",
"variableName" : "backupPlanInput",
"variableType" : "BackupPlanInput",
"documentation" : null,
"simpleType" : "BackupPlanInput",
"variableSetterType" : "BackupPlanInput"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BackupPlanTemplatesListMember" : {
"c2jName" : "BackupPlanTemplatesListMember",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "An object specifying metadata associated with a backup plan template.
",
"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" : "getBackupPlanTemplateId",
"beanStyleSetterMethodName" : "setBackupPlanTemplateId",
"c2jName" : "BackupPlanTemplateId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a stored backup plan template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanTemplateId(String)}.\n@param backupPlanTemplateId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanTemplateId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@return Uniquely identifies a stored backup plan template.\n@deprecated Use {@link #backupPlanTemplateId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@param backupPlanTemplateId Uniquely identifies a stored backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanTemplateId(String)}\n",
"documentation" : "Uniquely identifies a stored backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanTemplateId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanTemplateId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanTemplateId",
"fluentSetterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@param backupPlanTemplateId Uniquely identifies a stored backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanTemplateId",
"getterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@return Uniquely identifies a stored backup plan template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanTemplateId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanTemplateId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanTemplateId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@param backupPlanTemplateId Uniquely identifies a stored backup plan template.",
"setterMethodName" : "setBackupPlanTemplateId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateId",
"variableType" : "String",
"documentation" : "Uniquely identifies a stored backup plan template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanTemplateName",
"beanStyleSetterMethodName" : "setBackupPlanTemplateName",
"c2jName" : "BackupPlanTemplateName",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "The optional display name of a backup plan template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanTemplateName(String)}.\n@param backupPlanTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanTemplateName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The optional display name of a backup plan template.
\n@return The optional display name of a backup plan template.\n@deprecated Use {@link #backupPlanTemplateName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The optional display name of a backup plan template.
\n@param backupPlanTemplateName The optional display name of a backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanTemplateName(String)}\n",
"documentation" : "The optional display name of a backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanTemplateName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanTemplateName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanTemplateName",
"fluentSetterDocumentation" : "The optional display name of a backup plan template.
\n@param backupPlanTemplateName The optional display name of a backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanTemplateName",
"getterDocumentation" : "The optional display name of a backup plan template.
\n@return The optional display name of a backup plan template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanTemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanTemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanTemplateName",
"sensitive" : false,
"setterDocumentation" : "The optional display name of a backup plan template.
\n@param backupPlanTemplateName The optional display name of a backup plan template.",
"setterMethodName" : "setBackupPlanTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateName",
"variableType" : "String",
"documentation" : "The optional display name of a backup plan template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupPlanTemplateId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanTemplateId",
"beanStyleSetterMethodName" : "setBackupPlanTemplateId",
"c2jName" : "BackupPlanTemplateId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a stored backup plan template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanTemplateId(String)}.\n@param backupPlanTemplateId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanTemplateId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@return Uniquely identifies a stored backup plan template.\n@deprecated Use {@link #backupPlanTemplateId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@param backupPlanTemplateId Uniquely identifies a stored backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanTemplateId(String)}\n",
"documentation" : "Uniquely identifies a stored backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanTemplateId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanTemplateId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanTemplateId",
"fluentSetterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@param backupPlanTemplateId Uniquely identifies a stored backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanTemplateId",
"getterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@return Uniquely identifies a stored backup plan template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanTemplateId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanTemplateId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanTemplateId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@param backupPlanTemplateId Uniquely identifies a stored backup plan template.",
"setterMethodName" : "setBackupPlanTemplateId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateId",
"variableType" : "String",
"documentation" : "Uniquely identifies a stored backup plan template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BackupPlanTemplateName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanTemplateName",
"beanStyleSetterMethodName" : "setBackupPlanTemplateName",
"c2jName" : "BackupPlanTemplateName",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "The optional display name of a backup plan template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanTemplateName(String)}.\n@param backupPlanTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanTemplateName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The optional display name of a backup plan template.
\n@return The optional display name of a backup plan template.\n@deprecated Use {@link #backupPlanTemplateName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The optional display name of a backup plan template.
\n@param backupPlanTemplateName The optional display name of a backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanTemplateName(String)}\n",
"documentation" : "The optional display name of a backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanTemplateName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanTemplateName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanTemplateName",
"fluentSetterDocumentation" : "The optional display name of a backup plan template.
\n@param backupPlanTemplateName The optional display name of a backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanTemplateName",
"getterDocumentation" : "The optional display name of a backup plan template.
\n@return The optional display name of a backup plan template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanTemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanTemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanTemplateName",
"sensitive" : false,
"setterDocumentation" : "The optional display name of a backup plan template.
\n@param backupPlanTemplateName The optional display name of a backup plan template.",
"setterMethodName" : "setBackupPlanTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateName",
"variableType" : "String",
"documentation" : "The optional display name of a backup plan template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanTemplateId",
"beanStyleSetterMethodName" : "setBackupPlanTemplateId",
"c2jName" : "BackupPlanTemplateId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a stored backup plan template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanTemplateId(String)}.\n@param backupPlanTemplateId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanTemplateId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@return Uniquely identifies a stored backup plan template.\n@deprecated Use {@link #backupPlanTemplateId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@param backupPlanTemplateId Uniquely identifies a stored backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanTemplateId(String)}\n",
"documentation" : "Uniquely identifies a stored backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanTemplateId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanTemplateId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanTemplateId",
"fluentSetterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@param backupPlanTemplateId Uniquely identifies a stored backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanTemplateId",
"getterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@return Uniquely identifies a stored backup plan template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanTemplateId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanTemplateId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanTemplateId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a stored backup plan template.
\n@param backupPlanTemplateId Uniquely identifies a stored backup plan template.",
"setterMethodName" : "setBackupPlanTemplateId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateId",
"variableType" : "String",
"documentation" : "Uniquely identifies a stored backup plan template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanTemplateName",
"beanStyleSetterMethodName" : "setBackupPlanTemplateName",
"c2jName" : "BackupPlanTemplateName",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "The optional display name of a backup plan template.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanTemplateName(String)}.\n@param backupPlanTemplateName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanTemplateName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The optional display name of a backup plan template.
\n@return The optional display name of a backup plan template.\n@deprecated Use {@link #backupPlanTemplateName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The optional display name of a backup plan template.
\n@param backupPlanTemplateName The optional display name of a backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanTemplateName(String)}\n",
"documentation" : "The optional display name of a backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanTemplateName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanTemplateName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanTemplateName",
"fluentSetterDocumentation" : "The optional display name of a backup plan template.
\n@param backupPlanTemplateName The optional display name of a backup plan template.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanTemplateName",
"getterDocumentation" : "The optional display name of a backup plan template.
\n@return The optional display name of a backup plan template.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanTemplateName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanTemplateName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanTemplateName",
"sensitive" : false,
"setterDocumentation" : "The optional display name of a backup plan template.
\n@param backupPlanTemplateName The optional display name of a backup plan template.",
"setterMethodName" : "setBackupPlanTemplateName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanTemplateName",
"variableType" : "String",
"documentation" : "The optional display name of a backup plan template.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BackupPlanTemplatesListMember",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackupPlanTemplatesListMember",
"variableName" : "backupPlanTemplatesListMember",
"variableType" : "BackupPlanTemplatesListMember",
"documentation" : null,
"simpleType" : "BackupPlanTemplatesListMember",
"variableSetterType" : "BackupPlanTemplatesListMember"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BackupPlansListMember" : {
"c2jName" : "BackupPlansListMember",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Contains metadata about a backup plan.
",
"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" : "getBackupPlanArn",
"beanStyleSetterMethodName" : "setBackupPlanArn",
"c2jName" : "BackupPlanArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanArn(String)}.\n@param backupPlanArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.\n@deprecated Use {@link #backupPlanArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@param backupPlanArn An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanArn(String)}\n",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanArn",
"fluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@param backupPlanArn An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanArn",
"getterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanArn",
"sensitive" : false,
"setterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@param backupPlanArn An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.",
"setterMethodName" : "setBackupPlanArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanArn",
"variableType" : "String",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanId",
"beanStyleSetterMethodName" : "setBackupPlanId",
"c2jName" : "BackupPlanId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanId(String)}.\n@param backupPlanId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a backup plan.
\n@return Uniquely identifies a backup plan.\n@deprecated Use {@link #backupPlanId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a backup plan.
\n@param backupPlanId Uniquely identifies a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanId(String)}\n",
"documentation" : "Uniquely identifies a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanId",
"fluentSetterDocumentation" : "Uniquely identifies a backup plan.
\n@param backupPlanId Uniquely identifies a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanId",
"getterDocumentation" : "Uniquely identifies a backup plan.
\n@return Uniquely identifies a backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a backup plan.
\n@param backupPlanId Uniquely identifies a backup plan.",
"setterMethodName" : "setBackupPlanId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanId",
"variableType" : "String",
"documentation" : "Uniquely identifies a backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #creationDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDate(Instant)}\n",
"documentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "CreationDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeletionDate",
"beanStyleSetterMethodName" : "setDeletionDate",
"c2jName" : "DeletionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #deletionDate(Instant)}.\n@param deletionDate 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 #deletionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #deletionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param deletionDate The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deletionDate(Instant)}\n",
"documentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeletionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeletionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deletionDate",
"fluentSetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param deletionDate The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deletionDate",
"getterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "DeletionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeletionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "DeletionDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param deletionDate The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setDeletionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deletionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deletionDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersionId",
"beanStyleSetterMethodName" : "setVersionId",
"c2jName" : "VersionId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@return Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.\n@deprecated Use {@link #versionId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@param versionId Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n",
"documentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VersionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersionId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "versionId",
"fluentSetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@param versionId Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "versionId",
"getterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@return Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VersionId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VersionId",
"sensitive" : false,
"setterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@param versionId Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.",
"setterMethodName" : "setVersionId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanName",
"beanStyleSetterMethodName" : "setBackupPlanName",
"c2jName" : "BackupPlanName",
"c2jShape" : "BackupPlanName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a saved backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanName(String)}.\n@param backupPlanName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of a saved backup plan.
\n@return The display name of a saved backup plan.\n@deprecated Use {@link #backupPlanName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of a saved backup plan.
\n@param backupPlanName The display name of a saved backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanName(String)}\n",
"documentation" : "The display name of a saved backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanName",
"fluentSetterDocumentation" : "The display name of a saved backup plan.
\n@param backupPlanName The display name of a saved backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanName",
"getterDocumentation" : "The display name of a saved backup plan.
\n@return The display name of a saved backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanName",
"sensitive" : false,
"setterDocumentation" : "The display name of a saved backup plan.
\n@param backupPlanName The display name of a saved backup plan.",
"setterMethodName" : "setBackupPlanName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : "The display name of a saved backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatorRequestId",
"beanStyleSetterMethodName" : "setCreatorRequestId",
"c2jName" : "CreatorRequestId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #creatorRequestId(String)}.\n@param creatorRequestId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creatorRequestId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@return A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.\n@deprecated Use {@link #creatorRequestId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@param creatorRequestId A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creatorRequestId(String)}\n",
"documentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatorRequestId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatorRequestId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creatorRequestId",
"fluentSetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@param creatorRequestId A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creatorRequestId",
"getterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@return A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatorRequestId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatorRequestId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatorRequestId",
"sensitive" : false,
"setterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@param creatorRequestId A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.",
"setterMethodName" : "setCreatorRequestId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastExecutionDate",
"beanStyleSetterMethodName" : "setLastExecutionDate",
"c2jName" : "LastExecutionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #lastExecutionDate(Instant)}.\n@param lastExecutionDate 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 #lastExecutionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #lastExecutionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param lastExecutionDate The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastExecutionDate(Instant)}\n",
"documentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastExecutionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastExecutionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastExecutionDate",
"fluentSetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param lastExecutionDate The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastExecutionDate",
"getterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "LastExecutionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastExecutionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastExecutionDate",
"sensitive" : false,
"setterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param lastExecutionDate The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setLastExecutionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastExecutionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastExecutionDate",
"variableType" : "java.time.Instant",
"documentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupPlanArn" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanArn",
"beanStyleSetterMethodName" : "setBackupPlanArn",
"c2jName" : "BackupPlanArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanArn(String)}.\n@param backupPlanArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.\n@deprecated Use {@link #backupPlanArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@param backupPlanArn An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanArn(String)}\n",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanArn",
"fluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@param backupPlanArn An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanArn",
"getterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanArn",
"sensitive" : false,
"setterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@param backupPlanArn An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.",
"setterMethodName" : "setBackupPlanArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanArn",
"variableType" : "String",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BackupPlanId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanId",
"beanStyleSetterMethodName" : "setBackupPlanId",
"c2jName" : "BackupPlanId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanId(String)}.\n@param backupPlanId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a backup plan.
\n@return Uniquely identifies a backup plan.\n@deprecated Use {@link #backupPlanId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a backup plan.
\n@param backupPlanId Uniquely identifies a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanId(String)}\n",
"documentation" : "Uniquely identifies a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanId",
"fluentSetterDocumentation" : "Uniquely identifies a backup plan.
\n@param backupPlanId Uniquely identifies a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanId",
"getterDocumentation" : "Uniquely identifies a backup plan.
\n@return Uniquely identifies a backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a backup plan.
\n@param backupPlanId Uniquely identifies a backup plan.",
"setterMethodName" : "setBackupPlanId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanId",
"variableType" : "String",
"documentation" : "Uniquely identifies a backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"BackupPlanName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanName",
"beanStyleSetterMethodName" : "setBackupPlanName",
"c2jName" : "BackupPlanName",
"c2jShape" : "BackupPlanName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a saved backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanName(String)}.\n@param backupPlanName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of a saved backup plan.
\n@return The display name of a saved backup plan.\n@deprecated Use {@link #backupPlanName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of a saved backup plan.
\n@param backupPlanName The display name of a saved backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanName(String)}\n",
"documentation" : "The display name of a saved backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanName",
"fluentSetterDocumentation" : "The display name of a saved backup plan.
\n@param backupPlanName The display name of a saved backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanName",
"getterDocumentation" : "The display name of a saved backup plan.
\n@return The display name of a saved backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanName",
"sensitive" : false,
"setterDocumentation" : "The display name of a saved backup plan.
\n@param backupPlanName The display name of a saved backup plan.",
"setterMethodName" : "setBackupPlanName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : "The display name of a saved backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #creationDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDate(Instant)}\n",
"documentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "CreationDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CreatorRequestId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatorRequestId",
"beanStyleSetterMethodName" : "setCreatorRequestId",
"c2jName" : "CreatorRequestId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #creatorRequestId(String)}.\n@param creatorRequestId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creatorRequestId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@return A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.\n@deprecated Use {@link #creatorRequestId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@param creatorRequestId A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creatorRequestId(String)}\n",
"documentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatorRequestId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatorRequestId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creatorRequestId",
"fluentSetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@param creatorRequestId A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creatorRequestId",
"getterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@return A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatorRequestId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatorRequestId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatorRequestId",
"sensitive" : false,
"setterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@param creatorRequestId A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.",
"setterMethodName" : "setCreatorRequestId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"DeletionDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeletionDate",
"beanStyleSetterMethodName" : "setDeletionDate",
"c2jName" : "DeletionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #deletionDate(Instant)}.\n@param deletionDate 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 #deletionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #deletionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param deletionDate The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deletionDate(Instant)}\n",
"documentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeletionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeletionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deletionDate",
"fluentSetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param deletionDate The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deletionDate",
"getterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "DeletionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeletionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "DeletionDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param deletionDate The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setDeletionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deletionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deletionDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"LastExecutionDate" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastExecutionDate",
"beanStyleSetterMethodName" : "setLastExecutionDate",
"c2jName" : "LastExecutionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #lastExecutionDate(Instant)}.\n@param lastExecutionDate 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 #lastExecutionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #lastExecutionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param lastExecutionDate The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastExecutionDate(Instant)}\n",
"documentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastExecutionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastExecutionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastExecutionDate",
"fluentSetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param lastExecutionDate The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastExecutionDate",
"getterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "LastExecutionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastExecutionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastExecutionDate",
"sensitive" : false,
"setterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param lastExecutionDate The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setLastExecutionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastExecutionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastExecutionDate",
"variableType" : "java.time.Instant",
"documentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"VersionId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersionId",
"beanStyleSetterMethodName" : "setVersionId",
"c2jName" : "VersionId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@return Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.\n@deprecated Use {@link #versionId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@param versionId Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n",
"documentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VersionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersionId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "versionId",
"fluentSetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@param versionId Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "versionId",
"getterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@return Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VersionId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VersionId",
"sensitive" : false,
"setterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@param versionId Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.",
"setterMethodName" : "setVersionId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanArn",
"beanStyleSetterMethodName" : "setBackupPlanArn",
"c2jName" : "BackupPlanArn",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanArn(String)}.\n@param backupPlanArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanArn(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.\n@deprecated Use {@link #backupPlanArn()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@param backupPlanArn An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanArn(String)}\n",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanArn property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanArn",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanArn",
"fluentSetterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@param backupPlanArn An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanArn",
"getterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@return An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanArn",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanArn",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanArn",
"sensitive" : false,
"setterDocumentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
\n@param backupPlanArn An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.",
"setterMethodName" : "setBackupPlanArn",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanArn",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanArn",
"variableType" : "String",
"documentation" : "An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanId",
"beanStyleSetterMethodName" : "setBackupPlanId",
"c2jName" : "BackupPlanId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanId(String)}.\n@param backupPlanId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a backup plan.
\n@return Uniquely identifies a backup plan.\n@deprecated Use {@link #backupPlanId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a backup plan.
\n@param backupPlanId Uniquely identifies a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanId(String)}\n",
"documentation" : "Uniquely identifies a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanId",
"fluentSetterDocumentation" : "Uniquely identifies a backup plan.
\n@param backupPlanId Uniquely identifies a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanId",
"getterDocumentation" : "Uniquely identifies a backup plan.
\n@return Uniquely identifies a backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a backup plan.
\n@param backupPlanId Uniquely identifies a backup plan.",
"setterMethodName" : "setBackupPlanId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanId",
"variableType" : "String",
"documentation" : "Uniquely identifies a backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreationDate",
"beanStyleSetterMethodName" : "setCreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #creationDate(Instant)}.\n@param creationDate 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 #creationDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #creationDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creationDate(Instant)}\n",
"documentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreationDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreationDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creationDate",
"fluentSetterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creationDate",
"getterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "CreationDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreationDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "CreationDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param creationDate The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setCreationDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "creationDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a resource backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of CreationDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getDeletionDate",
"beanStyleSetterMethodName" : "setDeletionDate",
"c2jName" : "DeletionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #deletionDate(Instant)}.\n@param deletionDate 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 #deletionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #deletionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param deletionDate The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #deletionDate(Instant)}\n",
"documentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the DeletionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasDeletionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "deletionDate",
"fluentSetterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param deletionDate The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "deletionDate",
"getterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "DeletionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "DeletionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "DeletionDate",
"sensitive" : false,
"setterDocumentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param deletionDate The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setDeletionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deletionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "deletionDate",
"variableType" : "java.time.Instant",
"documentation" : "The date and time a backup plan is deleted, in Unix format and Coordinated Universal Time (UTC). The value of DeletionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getVersionId",
"beanStyleSetterMethodName" : "setVersionId",
"c2jName" : "VersionId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #versionId(String)}.\n@param versionId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #versionId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@return Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.\n@deprecated Use {@link #versionId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@param versionId Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #versionId(String)}\n",
"documentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the VersionId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasVersionId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "versionId",
"fluentSetterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@param versionId Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "versionId",
"getterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@return Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "VersionId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "VersionId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "VersionId",
"sensitive" : false,
"setterDocumentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
\n@param versionId Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.",
"setterMethodName" : "setVersionId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "versionId",
"variableType" : "String",
"documentation" : "Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getBackupPlanName",
"beanStyleSetterMethodName" : "setBackupPlanName",
"c2jName" : "BackupPlanName",
"c2jShape" : "BackupPlanName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a saved backup plan.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #backupPlanName(String)}.\n@param backupPlanName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #backupPlanName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The display name of a saved backup plan.
\n@return The display name of a saved backup plan.\n@deprecated Use {@link #backupPlanName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The display name of a saved backup plan.
\n@param backupPlanName The display name of a saved backup plan.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #backupPlanName(String)}\n",
"documentation" : "The display name of a saved backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the BackupPlanName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasBackupPlanName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "backupPlanName",
"fluentSetterDocumentation" : "The display name of a saved backup plan.
\n@param backupPlanName The display name of a saved backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "backupPlanName",
"getterDocumentation" : "The display name of a saved backup plan.
\n@return The display name of a saved backup plan.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BackupPlanName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BackupPlanName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "BackupPlanName",
"sensitive" : false,
"setterDocumentation" : "The display name of a saved backup plan.
\n@param backupPlanName The display name of a saved backup plan.",
"setterMethodName" : "setBackupPlanName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "backupPlanName",
"variableType" : "String",
"documentation" : "The display name of a saved backup plan.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCreatorRequestId",
"beanStyleSetterMethodName" : "setCreatorRequestId",
"c2jName" : "CreatorRequestId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #creatorRequestId(String)}.\n@param creatorRequestId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #creatorRequestId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@return A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.\n@deprecated Use {@link #creatorRequestId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@param creatorRequestId A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #creatorRequestId(String)}\n",
"documentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CreatorRequestId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCreatorRequestId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "creatorRequestId",
"fluentSetterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@param creatorRequestId A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "creatorRequestId",
"getterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@return A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CreatorRequestId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CreatorRequestId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "CreatorRequestId",
"sensitive" : false,
"setterDocumentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
\n@param creatorRequestId A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.",
"setterMethodName" : "setCreatorRequestId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "creatorRequestId",
"variableType" : "String",
"documentation" : "A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLastExecutionDate",
"beanStyleSetterMethodName" : "setLastExecutionDate",
"c2jName" : "LastExecutionDate",
"c2jShape" : "timestamp",
"defaultConsumerFluentSetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\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 #lastExecutionDate(Instant)}.\n@param lastExecutionDate 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 #lastExecutionDate(Instant)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@deprecated Use {@link #lastExecutionDate()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param lastExecutionDate The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lastExecutionDate(Instant)}\n",
"documentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the LastExecutionDate property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLastExecutionDate",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lastExecutionDate",
"fluentSetterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param lastExecutionDate The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lastExecutionDate",
"getterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@return The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"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" : "LastExecutionDate",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "LastExecutionDate",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INSTANT",
"name" : "LastExecutionDate",
"sensitive" : false,
"setterDocumentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
\n@param lastExecutionDate The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.",
"setterMethodName" : "setLastExecutionDate",
"setterModel" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastExecutionDate",
"variableType" : "java.time.Instant",
"documentation" : null,
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.time.Instant",
"variableName" : "lastExecutionDate",
"variableType" : "java.time.Instant",
"documentation" : "The last time a job to back up resources was executed with this rule. A date and time, in Unix format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
",
"simpleType" : "Instant",
"variableSetterType" : "java.time.Instant"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BackupPlansListMember",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackupPlansListMember",
"variableName" : "backupPlansListMember",
"variableType" : "BackupPlansListMember",
"documentation" : null,
"simpleType" : "BackupPlansListMember",
"variableSetterType" : "BackupPlansListMember"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BackupRule" : {
"c2jName" : "BackupRule",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Specifies a scheduled task used to back up a selection of resources.
",
"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" : "getRuleName",
"beanStyleSetterMethodName" : "setRuleName",
"c2jName" : "RuleName",
"c2jShape" : "BackupRuleName",
"defaultConsumerFluentSetterDocumentation" : "An optional display name for a backup rule.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An optional display name for a backup rule.
\n@return An optional display name for a backup rule.\n@deprecated Use {@link #ruleName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleName(String)}\n",
"documentation" : "An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleName",
"fluentSetterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleName",
"getterDocumentation" : "An optional display name for a backup rule.
\n@return An optional display name for a backup rule.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleName",
"sensitive" : false,
"setterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.",
"setterMethodName" : "setRuleName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "An optional display name for a backup rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTargetBackupVaultName",
"beanStyleSetterMethodName" : "setTargetBackupVaultName",
"c2jName" : "TargetBackupVaultName",
"c2jShape" : "BackupVaultName",
"defaultConsumerFluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetBackupVaultName(String)}.\n@param targetBackupVaultName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetBackupVaultName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@deprecated Use {@link #targetBackupVaultName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetBackupVaultName(String)}\n",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TargetBackupVaultName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTargetBackupVaultName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetBackupVaultName",
"fluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetBackupVaultName",
"getterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetBackupVaultName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetBackupVaultName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetBackupVaultName",
"sensitive" : false,
"setterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"setterMethodName" : "setTargetBackupVaultName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetBackupVaultName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetBackupVaultName",
"variableType" : "String",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getScheduleExpression",
"beanStyleSetterMethodName" : "setScheduleExpression",
"c2jName" : "ScheduleExpression",
"c2jShape" : "CronExpression",
"defaultConsumerFluentSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup 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 #scheduleExpression(String)}.\n@param scheduleExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheduleExpression(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@return A CRON expression specifying when AWS Backup initiates a backup job.\n@deprecated Use {@link #scheduleExpression()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleExpression(String)}\n",
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleExpression property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasScheduleExpression",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleExpression",
"fluentSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleExpression",
"getterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@return A CRON expression specifying when AWS Backup initiates a backup 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" : "ScheduleExpression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleExpression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleExpression",
"sensitive" : false,
"setterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.",
"setterMethodName" : "setScheduleExpression",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleExpression",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleExpression",
"variableType" : "String",
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startWindowMinutes(Long)}.\n@param startWindowMinutes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startWindowMinutes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@return A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@deprecated Use {@link #startWindowMinutes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startWindowMinutes(Long)}\n",
"documentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartWindowMinutes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartWindowMinutes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@return A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartWindowMinutes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartWindowMinutes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "StartWindowMinutes",
"sensitive" : false,
"setterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.",
"setterMethodName" : "setStartWindowMinutes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startWindowMinutes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startWindowMinutes",
"variableType" : "Long",
"documentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionWindowMinutes",
"beanStyleSetterMethodName" : "setCompletionWindowMinutes",
"c2jName" : "CompletionWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #completionWindowMinutes(Long)}.\n@param completionWindowMinutes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionWindowMinutes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@return A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@deprecated Use {@link #completionWindowMinutes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionWindowMinutes(Long)}\n",
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionWindowMinutes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionWindowMinutes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionWindowMinutes",
"fluentSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionWindowMinutes",
"getterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@return A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionWindowMinutes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionWindowMinutes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompletionWindowMinutes",
"sensitive" : false,
"setterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.",
"setterMethodName" : "setCompletionWindowMinutes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "completionWindowMinutes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "completionWindowMinutes",
"variableType" : "Long",
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLifecycle",
"beanStyleSetterMethodName" : "setLifecycle",
"c2jName" : "Lifecycle",
"c2jShape" : "Lifecycle",
"defaultConsumerFluentSetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\nThis is a convenience that creates an instance of the {@link Lifecycle.Builder} avoiding the need to create one manually via {@link Lifecycle#builder()}.\n\nWhen the {@link Consumer} completes, {@link Lifecycle.Builder#build()} is called immediately and its result is passed to {@link #lifecycle(Lifecycle)}.\n@param lifecycle a consumer that will call methods on {@link Lifecycle.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecycle(Lifecycle)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@return The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@deprecated Use {@link #lifecycle()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lifecycle(Lifecycle)}\n",
"documentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Lifecycle property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLifecycle",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lifecycle",
"fluentSetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lifecycle",
"getterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@return The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.",
"getterModel" : {
"returnType" : "Lifecycle",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Lifecycle",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Lifecycle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Lifecycle",
"sensitive" : false,
"setterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.",
"setterMethodName" : "setLifecycle",
"setterModel" : {
"variableDeclarationType" : "Lifecycle",
"variableName" : "lifecycle",
"variableType" : "Lifecycle",
"documentation" : null,
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Lifecycle",
"variableName" : "lifecycle",
"variableType" : "Lifecycle",
"documentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRecoveryPointTags",
"beanStyleSetterMethodName" : "setRecoveryPointTags",
"c2jName" : "RecoveryPointTags",
"c2jShape" : "Tags",
"defaultConsumerFluentSetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\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 #recoveryPointTags(Map)}.\n@param recoveryPointTags 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 #recoveryPointTags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecoveryPointTags()} to see if a value was sent in this field.\n
\n@return An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.\n@deprecated Use {@link #recoveryPointTags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n@param recoveryPointTags An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recoveryPointTags(Map)}\n",
"documentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecoveryPointTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecoveryPointTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recoveryPointTags",
"fluentSetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n@param recoveryPointTags An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recoveryPointTags",
"getterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecoveryPointTags()} to see if a value was sent in this field.\n
\n@return An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.",
"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" : "RecoveryPointTags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecoveryPointTags",
"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" : "TagKey",
"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" : "TagValue",
"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" : "RecoveryPointTags",
"sensitive" : true,
"setterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n@param recoveryPointTags An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.",
"setterMethodName" : "setRecoveryPointTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "recoveryPointTags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "recoveryPointTags",
"variableType" : "java.util.Map",
"documentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleId",
"beanStyleSetterMethodName" : "setRuleId",
"c2jName" : "RuleId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleId(String)}.\n@param ruleId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@return Uniquely identifies a rule that is used to schedule the backup of a selection of resources.\n@deprecated Use {@link #ruleId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@param ruleId Uniquely identifies a rule that is used to schedule the backup of a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleId(String)}\n",
"documentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleId",
"fluentSetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@param ruleId Uniquely identifies a rule that is used to schedule the backup of a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleId",
"getterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@return Uniquely identifies a rule that is used to schedule the backup of a selection of resources.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@param ruleId Uniquely identifies a rule that is used to schedule the backup of a selection of resources.",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCopyActions",
"beanStyleSetterMethodName" : "setCopyActions",
"c2jName" : "CopyActions",
"c2jShape" : "CopyActions",
"defaultConsumerFluentSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\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 #copyActions(List)}.\n@param copyActions 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 #copyActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCopyActions()} to see if a value was sent in this field.\n
\n@return An array of CopyAction
objects, which contains the details of the copy operation.\n@deprecated Use {@link #copyActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #copyActions(List)}\n",
"documentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CopyActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCopyActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "copyActions",
"fluentSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "copyActions",
"getterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCopyActions()} to see if a value was sent in this field.\n
\n@return An array of CopyAction
objects, which contains the details of the copy operation.",
"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" : "CopyActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CopyActions",
"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" : "CopyAction",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CopyAction.Builder} avoiding the need to create one manually via {@link CopyAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link CopyAction.Builder#build()} is called immediately and its result is passed to {@link #member(CopyAction)}.\n@param member a consumer that will call methods on {@link CopyAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CopyAction)",
"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(CopyAction)}\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" : "CopyAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CopyAction",
"variableName" : "member",
"variableType" : "CopyAction",
"documentation" : null,
"simpleType" : "CopyAction",
"variableSetterType" : "CopyAction"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CopyAction",
"variableName" : "member",
"variableType" : "CopyAction",
"documentation" : "",
"simpleType" : "CopyAction",
"variableSetterType" : "CopyAction"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CopyAction",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CopyAction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CopyActions",
"sensitive" : false,
"setterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.",
"setterMethodName" : "setCopyActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "copyActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "copyActions",
"variableType" : "java.util.List",
"documentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CompletionWindowMinutes" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionWindowMinutes",
"beanStyleSetterMethodName" : "setCompletionWindowMinutes",
"c2jName" : "CompletionWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #completionWindowMinutes(Long)}.\n@param completionWindowMinutes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionWindowMinutes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@return A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@deprecated Use {@link #completionWindowMinutes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionWindowMinutes(Long)}\n",
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionWindowMinutes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionWindowMinutes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionWindowMinutes",
"fluentSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionWindowMinutes",
"getterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@return A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionWindowMinutes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionWindowMinutes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompletionWindowMinutes",
"sensitive" : false,
"setterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.",
"setterMethodName" : "setCompletionWindowMinutes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "completionWindowMinutes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "completionWindowMinutes",
"variableType" : "Long",
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"CopyActions" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCopyActions",
"beanStyleSetterMethodName" : "setCopyActions",
"c2jName" : "CopyActions",
"c2jShape" : "CopyActions",
"defaultConsumerFluentSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\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 #copyActions(List)}.\n@param copyActions 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 #copyActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCopyActions()} to see if a value was sent in this field.\n
\n@return An array of CopyAction
objects, which contains the details of the copy operation.\n@deprecated Use {@link #copyActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #copyActions(List)}\n",
"documentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CopyActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCopyActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "copyActions",
"fluentSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "copyActions",
"getterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCopyActions()} to see if a value was sent in this field.\n
\n@return An array of CopyAction
objects, which contains the details of the copy operation.",
"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" : "CopyActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CopyActions",
"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" : "CopyAction",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CopyAction.Builder} avoiding the need to create one manually via {@link CopyAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link CopyAction.Builder#build()} is called immediately and its result is passed to {@link #member(CopyAction)}.\n@param member a consumer that will call methods on {@link CopyAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CopyAction)",
"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(CopyAction)}\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" : "CopyAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CopyAction",
"variableName" : "member",
"variableType" : "CopyAction",
"documentation" : null,
"simpleType" : "CopyAction",
"variableSetterType" : "CopyAction"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CopyAction",
"variableName" : "member",
"variableType" : "CopyAction",
"documentation" : "",
"simpleType" : "CopyAction",
"variableSetterType" : "CopyAction"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CopyAction",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CopyAction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CopyActions",
"sensitive" : false,
"setterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.",
"setterMethodName" : "setCopyActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "copyActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "copyActions",
"variableType" : "java.util.List",
"documentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"Lifecycle" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLifecycle",
"beanStyleSetterMethodName" : "setLifecycle",
"c2jName" : "Lifecycle",
"c2jShape" : "Lifecycle",
"defaultConsumerFluentSetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\nThis is a convenience that creates an instance of the {@link Lifecycle.Builder} avoiding the need to create one manually via {@link Lifecycle#builder()}.\n\nWhen the {@link Consumer} completes, {@link Lifecycle.Builder#build()} is called immediately and its result is passed to {@link #lifecycle(Lifecycle)}.\n@param lifecycle a consumer that will call methods on {@link Lifecycle.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecycle(Lifecycle)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@return The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@deprecated Use {@link #lifecycle()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lifecycle(Lifecycle)}\n",
"documentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Lifecycle property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLifecycle",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lifecycle",
"fluentSetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lifecycle",
"getterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@return The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.",
"getterModel" : {
"returnType" : "Lifecycle",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Lifecycle",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Lifecycle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Lifecycle",
"sensitive" : false,
"setterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.",
"setterMethodName" : "setLifecycle",
"setterModel" : {
"variableDeclarationType" : "Lifecycle",
"variableName" : "lifecycle",
"variableType" : "Lifecycle",
"documentation" : null,
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Lifecycle",
"variableName" : "lifecycle",
"variableType" : "Lifecycle",
"documentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RecoveryPointTags" : {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRecoveryPointTags",
"beanStyleSetterMethodName" : "setRecoveryPointTags",
"c2jName" : "RecoveryPointTags",
"c2jShape" : "Tags",
"defaultConsumerFluentSetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\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 #recoveryPointTags(Map)}.\n@param recoveryPointTags 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 #recoveryPointTags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecoveryPointTags()} to see if a value was sent in this field.\n
\n@return An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.\n@deprecated Use {@link #recoveryPointTags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n@param recoveryPointTags An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recoveryPointTags(Map)}\n",
"documentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecoveryPointTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecoveryPointTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recoveryPointTags",
"fluentSetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n@param recoveryPointTags An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recoveryPointTags",
"getterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecoveryPointTags()} to see if a value was sent in this field.\n
\n@return An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.",
"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" : "RecoveryPointTags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecoveryPointTags",
"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" : "TagKey",
"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" : "TagValue",
"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" : "RecoveryPointTags",
"sensitive" : true,
"setterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n@param recoveryPointTags An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.",
"setterMethodName" : "setRecoveryPointTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "recoveryPointTags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "recoveryPointTags",
"variableType" : "java.util.Map",
"documentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RuleId" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleId",
"beanStyleSetterMethodName" : "setRuleId",
"c2jName" : "RuleId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleId(String)}.\n@param ruleId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@return Uniquely identifies a rule that is used to schedule the backup of a selection of resources.\n@deprecated Use {@link #ruleId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@param ruleId Uniquely identifies a rule that is used to schedule the backup of a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleId(String)}\n",
"documentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleId",
"fluentSetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@param ruleId Uniquely identifies a rule that is used to schedule the backup of a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleId",
"getterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@return Uniquely identifies a rule that is used to schedule the backup of a selection of resources.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@param ruleId Uniquely identifies a rule that is used to schedule the backup of a selection of resources.",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"RuleName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleName",
"beanStyleSetterMethodName" : "setRuleName",
"c2jName" : "RuleName",
"c2jShape" : "BackupRuleName",
"defaultConsumerFluentSetterDocumentation" : "An optional display name for a backup rule.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An optional display name for a backup rule.
\n@return An optional display name for a backup rule.\n@deprecated Use {@link #ruleName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleName(String)}\n",
"documentation" : "An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleName",
"fluentSetterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleName",
"getterDocumentation" : "An optional display name for a backup rule.
\n@return An optional display name for a backup rule.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleName",
"sensitive" : false,
"setterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.",
"setterMethodName" : "setRuleName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "An optional display name for a backup rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"ScheduleExpression" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getScheduleExpression",
"beanStyleSetterMethodName" : "setScheduleExpression",
"c2jName" : "ScheduleExpression",
"c2jShape" : "CronExpression",
"defaultConsumerFluentSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup 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 #scheduleExpression(String)}.\n@param scheduleExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheduleExpression(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@return A CRON expression specifying when AWS Backup initiates a backup job.\n@deprecated Use {@link #scheduleExpression()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleExpression(String)}\n",
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleExpression property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasScheduleExpression",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleExpression",
"fluentSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleExpression",
"getterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@return A CRON expression specifying when AWS Backup initiates a backup 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" : "ScheduleExpression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleExpression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleExpression",
"sensitive" : false,
"setterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.",
"setterMethodName" : "setScheduleExpression",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleExpression",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleExpression",
"variableType" : "String",
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"StartWindowMinutes" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startWindowMinutes(Long)}.\n@param startWindowMinutes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startWindowMinutes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@return A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@deprecated Use {@link #startWindowMinutes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startWindowMinutes(Long)}\n",
"documentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartWindowMinutes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartWindowMinutes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@return A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartWindowMinutes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartWindowMinutes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "StartWindowMinutes",
"sensitive" : false,
"setterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.",
"setterMethodName" : "setStartWindowMinutes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startWindowMinutes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startWindowMinutes",
"variableType" : "Long",
"documentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"TargetBackupVaultName" : {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTargetBackupVaultName",
"beanStyleSetterMethodName" : "setTargetBackupVaultName",
"c2jName" : "TargetBackupVaultName",
"c2jShape" : "BackupVaultName",
"defaultConsumerFluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetBackupVaultName(String)}.\n@param targetBackupVaultName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetBackupVaultName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@deprecated Use {@link #targetBackupVaultName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetBackupVaultName(String)}\n",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TargetBackupVaultName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTargetBackupVaultName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetBackupVaultName",
"fluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetBackupVaultName",
"getterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetBackupVaultName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetBackupVaultName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetBackupVaultName",
"sensitive" : false,
"setterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"setterMethodName" : "setTargetBackupVaultName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetBackupVaultName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetBackupVaultName",
"variableType" : "String",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleName",
"beanStyleSetterMethodName" : "setRuleName",
"c2jName" : "RuleName",
"c2jShape" : "BackupRuleName",
"defaultConsumerFluentSetterDocumentation" : "An optional display name for a backup rule.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An optional display name for a backup rule.
\n@return An optional display name for a backup rule.\n@deprecated Use {@link #ruleName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleName(String)}\n",
"documentation" : "An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleName",
"fluentSetterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleName",
"getterDocumentation" : "An optional display name for a backup rule.
\n@return An optional display name for a backup rule.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleName",
"sensitive" : false,
"setterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.",
"setterMethodName" : "setRuleName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "An optional display name for a backup rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTargetBackupVaultName",
"beanStyleSetterMethodName" : "setTargetBackupVaultName",
"c2jName" : "TargetBackupVaultName",
"c2jShape" : "BackupVaultName",
"defaultConsumerFluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetBackupVaultName(String)}.\n@param targetBackupVaultName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetBackupVaultName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@deprecated Use {@link #targetBackupVaultName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetBackupVaultName(String)}\n",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TargetBackupVaultName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTargetBackupVaultName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetBackupVaultName",
"fluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetBackupVaultName",
"getterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetBackupVaultName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetBackupVaultName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetBackupVaultName",
"sensitive" : false,
"setterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"setterMethodName" : "setTargetBackupVaultName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetBackupVaultName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetBackupVaultName",
"variableType" : "String",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getScheduleExpression",
"beanStyleSetterMethodName" : "setScheduleExpression",
"c2jName" : "ScheduleExpression",
"c2jShape" : "CronExpression",
"defaultConsumerFluentSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup 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 #scheduleExpression(String)}.\n@param scheduleExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheduleExpression(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@return A CRON expression specifying when AWS Backup initiates a backup job.\n@deprecated Use {@link #scheduleExpression()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleExpression(String)}\n",
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleExpression property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasScheduleExpression",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleExpression",
"fluentSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleExpression",
"getterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@return A CRON expression specifying when AWS Backup initiates a backup 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" : "ScheduleExpression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleExpression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleExpression",
"sensitive" : false,
"setterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.",
"setterMethodName" : "setScheduleExpression",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleExpression",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleExpression",
"variableType" : "String",
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startWindowMinutes(Long)}.\n@param startWindowMinutes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startWindowMinutes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@return A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@deprecated Use {@link #startWindowMinutes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startWindowMinutes(Long)}\n",
"documentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartWindowMinutes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartWindowMinutes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@return A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartWindowMinutes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartWindowMinutes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "StartWindowMinutes",
"sensitive" : false,
"setterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.",
"setterMethodName" : "setStartWindowMinutes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startWindowMinutes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startWindowMinutes",
"variableType" : "Long",
"documentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionWindowMinutes",
"beanStyleSetterMethodName" : "setCompletionWindowMinutes",
"c2jName" : "CompletionWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #completionWindowMinutes(Long)}.\n@param completionWindowMinutes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionWindowMinutes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@return A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@deprecated Use {@link #completionWindowMinutes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionWindowMinutes(Long)}\n",
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionWindowMinutes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionWindowMinutes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionWindowMinutes",
"fluentSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionWindowMinutes",
"getterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@return A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionWindowMinutes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionWindowMinutes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompletionWindowMinutes",
"sensitive" : false,
"setterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.",
"setterMethodName" : "setCompletionWindowMinutes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "completionWindowMinutes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "completionWindowMinutes",
"variableType" : "Long",
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLifecycle",
"beanStyleSetterMethodName" : "setLifecycle",
"c2jName" : "Lifecycle",
"c2jShape" : "Lifecycle",
"defaultConsumerFluentSetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\nThis is a convenience that creates an instance of the {@link Lifecycle.Builder} avoiding the need to create one manually via {@link Lifecycle#builder()}.\n\nWhen the {@link Consumer} completes, {@link Lifecycle.Builder#build()} is called immediately and its result is passed to {@link #lifecycle(Lifecycle)}.\n@param lifecycle a consumer that will call methods on {@link Lifecycle.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecycle(Lifecycle)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@return The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@deprecated Use {@link #lifecycle()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lifecycle(Lifecycle)}\n",
"documentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Lifecycle property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLifecycle",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lifecycle",
"fluentSetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lifecycle",
"getterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@return The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.",
"getterModel" : {
"returnType" : "Lifecycle",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Lifecycle",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Lifecycle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Lifecycle",
"sensitive" : false,
"setterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.",
"setterMethodName" : "setLifecycle",
"setterModel" : {
"variableDeclarationType" : "Lifecycle",
"variableName" : "lifecycle",
"variableType" : "Lifecycle",
"documentation" : null,
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Lifecycle",
"variableName" : "lifecycle",
"variableType" : "Lifecycle",
"documentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRecoveryPointTags",
"beanStyleSetterMethodName" : "setRecoveryPointTags",
"c2jName" : "RecoveryPointTags",
"c2jShape" : "Tags",
"defaultConsumerFluentSetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\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 #recoveryPointTags(Map)}.\n@param recoveryPointTags 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 #recoveryPointTags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecoveryPointTags()} to see if a value was sent in this field.\n
\n@return An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.\n@deprecated Use {@link #recoveryPointTags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n@param recoveryPointTags An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recoveryPointTags(Map)}\n",
"documentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecoveryPointTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecoveryPointTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recoveryPointTags",
"fluentSetterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n@param recoveryPointTags An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recoveryPointTags",
"getterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecoveryPointTags()} to see if a value was sent in this field.\n
\n@return An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.",
"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" : "RecoveryPointTags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecoveryPointTags",
"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" : "TagKey",
"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" : "TagValue",
"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" : "RecoveryPointTags",
"sensitive" : true,
"setterDocumentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
\n@param recoveryPointTags An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.",
"setterMethodName" : "setRecoveryPointTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "recoveryPointTags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "recoveryPointTags",
"variableType" : "java.util.Map",
"documentation" : "An array of key-value pair strings that are assigned to resources that are associated with this rule when restored from backup.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getRuleId",
"beanStyleSetterMethodName" : "setRuleId",
"c2jName" : "RuleId",
"c2jShape" : "string",
"defaultConsumerFluentSetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleId(String)}.\n@param ruleId a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleId(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@return Uniquely identifies a rule that is used to schedule the backup of a selection of resources.\n@deprecated Use {@link #ruleId()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@param ruleId Uniquely identifies a rule that is used to schedule the backup of a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleId(String)}\n",
"documentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleId property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleId",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleId",
"fluentSetterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@param ruleId Uniquely identifies a rule that is used to schedule the backup of a selection of resources.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleId",
"getterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@return Uniquely identifies a rule that is used to schedule the backup of a selection of resources.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleId",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleId",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleId",
"sensitive" : false,
"setterDocumentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
\n@param ruleId Uniquely identifies a rule that is used to schedule the backup of a selection of resources.",
"setterMethodName" : "setRuleId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleId",
"variableType" : "String",
"documentation" : "Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCopyActions",
"beanStyleSetterMethodName" : "setCopyActions",
"c2jName" : "CopyActions",
"c2jShape" : "CopyActions",
"defaultConsumerFluentSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\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 #copyActions(List)}.\n@param copyActions 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 #copyActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCopyActions()} to see if a value was sent in this field.\n
\n@return An array of CopyAction
objects, which contains the details of the copy operation.\n@deprecated Use {@link #copyActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #copyActions(List)}\n",
"documentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CopyActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCopyActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "copyActions",
"fluentSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "copyActions",
"getterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCopyActions()} to see if a value was sent in this field.\n
\n@return An array of CopyAction
objects, which contains the details of the copy operation.",
"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" : "CopyActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CopyActions",
"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" : "CopyAction",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CopyAction.Builder} avoiding the need to create one manually via {@link CopyAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link CopyAction.Builder#build()} is called immediately and its result is passed to {@link #member(CopyAction)}.\n@param member a consumer that will call methods on {@link CopyAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CopyAction)",
"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(CopyAction)}\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" : "CopyAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CopyAction",
"variableName" : "member",
"variableType" : "CopyAction",
"documentation" : null,
"simpleType" : "CopyAction",
"variableSetterType" : "CopyAction"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CopyAction",
"variableName" : "member",
"variableType" : "CopyAction",
"documentation" : "",
"simpleType" : "CopyAction",
"variableSetterType" : "CopyAction"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CopyAction",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CopyAction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CopyActions",
"sensitive" : false,
"setterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.",
"setterMethodName" : "setCopyActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "copyActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "copyActions",
"variableType" : "java.util.List",
"documentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleName", "TargetBackupVaultName" ],
"shapeName" : "BackupRule",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackupRule",
"variableName" : "backupRule",
"variableType" : "BackupRule",
"documentation" : null,
"simpleType" : "BackupRule",
"variableSetterType" : "BackupRule"
},
"wrapper" : false,
"xmlNamespace" : null
},
"BackupRuleInput" : {
"c2jName" : "BackupRuleInput",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Specifies a scheduled task used to back up a selection of resources.
",
"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" : "getRuleName",
"beanStyleSetterMethodName" : "setRuleName",
"c2jName" : "RuleName",
"c2jShape" : "BackupRuleName",
"defaultConsumerFluentSetterDocumentation" : "An optional display name for a backup rule.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #ruleName(String)}.\n@param ruleName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #ruleName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An optional display name for a backup rule.
\n@return An optional display name for a backup rule.\n@deprecated Use {@link #ruleName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #ruleName(String)}\n",
"documentation" : "An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RuleName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRuleName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "ruleName",
"fluentSetterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "ruleName",
"getterDocumentation" : "An optional display name for a backup rule.
\n@return An optional display name for a backup rule.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "RuleName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RuleName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "RuleName",
"sensitive" : false,
"setterDocumentation" : "An optional display name for a backup rule.
\n@param ruleName An optional display name for a backup rule.",
"setterMethodName" : "setRuleName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "ruleName",
"variableType" : "String",
"documentation" : "An optional display name for a backup rule.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getTargetBackupVaultName",
"beanStyleSetterMethodName" : "setTargetBackupVaultName",
"c2jName" : "TargetBackupVaultName",
"c2jShape" : "BackupVaultName",
"defaultConsumerFluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetBackupVaultName(String)}.\n@param targetBackupVaultName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetBackupVaultName(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@deprecated Use {@link #targetBackupVaultName()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #targetBackupVaultName(String)}\n",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the TargetBackupVaultName property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasTargetBackupVaultName",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetBackupVaultName",
"fluentSetterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetBackupVaultName",
"getterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@return The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetBackupVaultName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetBackupVaultName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetBackupVaultName",
"sensitive" : false,
"setterDocumentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
\n@param targetBackupVaultName The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.",
"setterMethodName" : "setTargetBackupVaultName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetBackupVaultName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetBackupVaultName",
"variableType" : "String",
"documentation" : "The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getScheduleExpression",
"beanStyleSetterMethodName" : "setScheduleExpression",
"c2jName" : "ScheduleExpression",
"c2jShape" : "CronExpression",
"defaultConsumerFluentSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup 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 #scheduleExpression(String)}.\n@param scheduleExpression a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #scheduleExpression(String)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@return A CRON expression specifying when AWS Backup initiates a backup job.\n@deprecated Use {@link #scheduleExpression()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #scheduleExpression(String)}\n",
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the ScheduleExpression property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasScheduleExpression",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "scheduleExpression",
"fluentSetterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "scheduleExpression",
"getterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@return A CRON expression specifying when AWS Backup initiates a backup 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" : "ScheduleExpression",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ScheduleExpression",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "ScheduleExpression",
"sensitive" : false,
"setterDocumentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
\n@param scheduleExpression A CRON expression specifying when AWS Backup initiates a backup job.",
"setterMethodName" : "setScheduleExpression",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleExpression",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "scheduleExpression",
"variableType" : "String",
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #startWindowMinutes(Long)}.\n@param startWindowMinutes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #startWindowMinutes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@return A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@deprecated Use {@link #startWindowMinutes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #startWindowMinutes(Long)}\n",
"documentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the StartWindowMinutes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasStartWindowMinutes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@return A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "StartWindowMinutes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "StartWindowMinutes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "StartWindowMinutes",
"sensitive" : false,
"setterDocumentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
\n@param startWindowMinutes A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.",
"setterMethodName" : "setStartWindowMinutes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "startWindowMinutes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "startWindowMinutes",
"variableType" : "Long",
"documentation" : "A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start successfully. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getCompletionWindowMinutes",
"beanStyleSetterMethodName" : "setCompletionWindowMinutes",
"c2jName" : "CompletionWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #completionWindowMinutes(Long)}.\n@param completionWindowMinutes a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #completionWindowMinutes(Long)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@return A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@deprecated Use {@link #completionWindowMinutes()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #completionWindowMinutes(Long)}\n",
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CompletionWindowMinutes property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCompletionWindowMinutes",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionWindowMinutes",
"fluentSetterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionWindowMinutes",
"getterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@return A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "CompletionWindowMinutes",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CompletionWindowMinutes",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "CompletionWindowMinutes",
"sensitive" : false,
"setterDocumentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
\n@param completionWindowMinutes A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.",
"setterMethodName" : "setCompletionWindowMinutes",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "completionWindowMinutes",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "completionWindowMinutes",
"variableType" : "Long",
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it will be canceled by AWS Backup. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : false
},
"beanStyleGetterMethodName" : "getLifecycle",
"beanStyleSetterMethodName" : "setLifecycle",
"c2jName" : "Lifecycle",
"c2jShape" : "Lifecycle",
"defaultConsumerFluentSetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\nThis is a convenience that creates an instance of the {@link Lifecycle.Builder} avoiding the need to create one manually via {@link Lifecycle#builder()}.\n\nWhen the {@link Consumer} completes, {@link Lifecycle.Builder#build()} is called immediately and its result is passed to {@link #lifecycle(Lifecycle)}.\n@param lifecycle a consumer that will call methods on {@link Lifecycle.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #lifecycle(Lifecycle)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@return The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@deprecated Use {@link #lifecycle()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #lifecycle(Lifecycle)}\n",
"documentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the Lifecycle property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasLifecycle",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "lifecycle",
"fluentSetterDocumentation" : "The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "lifecycle",
"getterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@return The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.",
"getterModel" : {
"returnType" : "Lifecycle",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Lifecycle",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Lifecycle",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Lifecycle",
"sensitive" : false,
"setterDocumentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
\n@param lifecycle The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.",
"setterMethodName" : "setLifecycle",
"setterModel" : {
"variableDeclarationType" : "Lifecycle",
"variableName" : "lifecycle",
"variableType" : "Lifecycle",
"documentation" : null,
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Lifecycle",
"variableName" : "lifecycle",
"variableType" : "Lifecycle",
"documentation" : "
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup will transition and expire backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “expire after days” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getRecoveryPointTags",
"beanStyleSetterMethodName" : "setRecoveryPointTags",
"c2jName" : "RecoveryPointTags",
"c2jShape" : "Tags",
"defaultConsumerFluentSetterDocumentation" : "To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
\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 #recoveryPointTags(Map)}.\n@param recoveryPointTags 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 #recoveryPointTags(Map)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecoveryPointTags()} to see if a value was sent in this field.\n
\n@return To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.\n@deprecated Use {@link #recoveryPointTags()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
\n@param recoveryPointTags To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #recoveryPointTags(Map)}\n",
"documentation" : "To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the RecoveryPointTags property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasRecoveryPointTags",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "recoveryPointTags",
"fluentSetterDocumentation" : "To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
\n@param recoveryPointTags To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "recoveryPointTags",
"getterDocumentation" : "To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasRecoveryPointTags()} to see if a value was sent in this field.\n
\n@return To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.",
"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" : "RecoveryPointTags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "RecoveryPointTags",
"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" : "TagKey",
"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" : "TagValue",
"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" : "RecoveryPointTags",
"sensitive" : true,
"setterDocumentation" : "To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
\n@param recoveryPointTags To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.",
"setterMethodName" : "setRecoveryPointTags",
"setterModel" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "recoveryPointTags",
"variableType" : "java.util.Map",
"documentation" : null,
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.Map",
"variableName" : "recoveryPointTags",
"variableType" : "java.util.Map",
"documentation" : "To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
}, {
"autoConstructClassIfExists" : {
"present" : true
},
"beanStyleGetterMethodName" : "getCopyActions",
"beanStyleSetterMethodName" : "setCopyActions",
"c2jName" : "CopyActions",
"c2jShape" : "CopyActions",
"defaultConsumerFluentSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\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 #copyActions(List)}.\n@param copyActions 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 #copyActions(List)",
"deprecated" : false,
"deprecatedBeanStyleSetterMethodName" : null,
"deprecatedFluentGetterMethodName" : null,
"deprecatedFluentSetterMethodName" : null,
"deprecatedGetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCopyActions()} to see if a value was sent in this field.\n
\n@return An array of CopyAction
objects, which contains the details of the copy operation.\n@deprecated Use {@link #copyActions()}\n",
"deprecatedName" : null,
"deprecatedSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@deprecated Use {@link #copyActions(List)}\n",
"documentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"existenceCheckDocumentation" : "Returns true if the CopyActions property was specified by the sender (it may be empty), or false if the sender did not specify the value (it will be empty). For responses returned by the SDK, the sender is the AWS service.\n",
"existenceCheckMethodName" : "hasCopyActions",
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "copyActions",
"fluentSetterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "copyActions",
"getterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n\nYou can use {@link #hasCopyActions()} to see if a value was sent in this field.\n
\n@return An array of CopyAction
objects, which contains the details of the copy operation.",
"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" : "CopyActions",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "CopyActions",
"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" : "CopyAction",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CopyAction.Builder} avoiding the need to create one manually via {@link CopyAction#builder()}.\n\nWhen the {@link Consumer} completes, {@link CopyAction.Builder#build()} is called immediately and its result is passed to {@link #member(CopyAction)}.\n@param member a consumer that will call methods on {@link CopyAction.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CopyAction)",
"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(CopyAction)}\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" : "CopyAction",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CopyAction",
"variableName" : "member",
"variableType" : "CopyAction",
"documentation" : null,
"simpleType" : "CopyAction",
"variableSetterType" : "CopyAction"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CopyAction",
"variableName" : "member",
"variableType" : "CopyAction",
"documentation" : "",
"simpleType" : "CopyAction",
"variableSetterType" : "CopyAction"
},
"xmlAttribute" : false,
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CopyAction",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CopyAction",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "CopyActions",
"sensitive" : false,
"setterDocumentation" : "An array of CopyAction
objects, which contains the details of the copy operation.
\n@param copyActions An array of CopyAction
objects, which contains the details of the copy operation.",
"setterMethodName" : "setCopyActions",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "copyActions",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "copyActions",
"variableType" : "java.util.List",
"documentation" : "