models.backup-2018-11-15-intermediate.json Maven / Gradle / Ivy
Show all versions of backup Show documentation
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "getSupportedResourceTypes" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "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",
"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, the existing backupPlanId
is returned.
",
"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.
",
"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.
",
"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.
",
"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
.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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"
},
"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.
",
"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.
",
"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"
},
"DescribeRestoreJob" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata associated with a restore job that is specified by a job ID.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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 two sets of metadata key-value pairs. The first set lists the metadata that the recovery point was created with. The second set lists the metadata key-value pairs that are required to restore the recovery point.
These sets can be the same, or the restore metadata set can contain different values if the target service to be restored has changed since the recovery point was created and now requires additional or different information in order to be restored.
",
"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.
",
"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.
",
"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" : "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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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"
},
"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.
",
"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.
",
"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).
",
"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.
",
"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.
",
"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.
",
"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.
",
"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.
",
"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"
},
"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.
",
"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.
",
"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).
",
"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)
",
"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
.
",
"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.
",
"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"
}
},
"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" : [ {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Arn" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Code" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Context" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"CreatorRequestId" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Type" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStateAsString",
"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,
"documentation" : "The current state of a resource recovery point.
",
"endpointDiscoveryId" : false,
"enumType" : "BackupJobState",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A detailed message explaining the status of the job to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The size, in bytes, of a backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupJobId" : {
"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,
"documentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"BackupSizeInBytes" : {
"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,
"documentation" : "The size, in bytes, of a backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"BackupVaultArn" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"BackupVaultName" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"BytesTransferred" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"CompletionDate" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"CreatedBy" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"ExpectedCompletionDate" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"IamRoleArn" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"PercentDone" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"RecoveryPointArn" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"ResourceArn" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"ResourceType" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"StartBy" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"State" : {
"beanStyleGetterMethodName" : "getStateAsString",
"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,
"documentation" : "The current state of a resource recovery point.
",
"endpointDiscoveryId" : false,
"enumType" : "BackupJobState",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"StatusMessage" : {
"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,
"documentation" : "A detailed message explaining the status of the job to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "Uniquely identifies a request to AWS Backup to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStateAsString",
"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,
"documentation" : "The current state of a resource recovery point.
",
"endpointDiscoveryId" : false,
"enumType" : "BackupJobState",
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A detailed message explaining the status of the job to back up a resource.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The size, in bytes, of a backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"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
},
"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
},
"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" : [ {
"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,
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupPlanName" : {
"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,
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Rules" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupPlanName" : {
"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,
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"Rules" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "The display name of a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "Uniquely identifies a stored backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The optional display name of a backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupPlanTemplateId" : {
"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,
"documentation" : "Uniquely identifies a stored backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"BackupPlanTemplateName" : {
"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,
"documentation" : "The optional display name of a backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "Uniquely identifies a stored backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The optional display name of a backup plan template.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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
},
"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" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Uniquely identifies a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The display name of a saved backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BackupPlanArn" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"BackupPlanId" : {
"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,
"documentation" : "Uniquely identifies a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"BackupPlanName" : {
"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,
"documentation" : "The display name of a saved backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"CreationDate" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"CreatorRequestId" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"DeletionDate" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"LastExecutionDate" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"VersionId" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "Uniquely identifies a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "The display name of a saved backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : "An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\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,
"documentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\n@param startWindowMinutes An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\n@return An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.",
"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" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\n@param startWindowMinutes An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.",
"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" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"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 is 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,
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it is canceled by AWS Backup. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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 is 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 is 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 is 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 is 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 is 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 is 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 is canceled by AWS Backup. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CompletionWindowMinutes" : {
"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 is 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,
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it is canceled by AWS Backup. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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 is 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 is 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 is 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 is 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 is 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 is 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 is canceled by AWS Backup. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"Lifecycle" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"RecoveryPointTags" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
},
"RuleId" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
},
"RuleName" : {
"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,
"documentation" : "An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"ScheduleExpression" : {
"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,
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"StartWindowMinutes" : {
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\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,
"documentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\n@param startWindowMinutes An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\n@return An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.",
"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" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\n@param startWindowMinutes An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.",
"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" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"TargetBackupVaultName" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : "An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\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,
"documentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\n@param startWindowMinutes An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\n@return An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.",
"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" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
\n@param startWindowMinutes An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.",
"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" : "An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"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 is 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,
"documentation" : "A value in minutes after a backup job is successfully started before it must be completed or it is canceled by AWS Backup. This value is optional.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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 is 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 is 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 is 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 is 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 is 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 is 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 is canceled by AWS Backup. This value is optional.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"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
},
"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" : [ {
"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,
"documentation" : ">An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "The amount of time in minutes before beginning 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 #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,
"documentation" : "The amount of time in minutes before beginning a backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "The amount of time in minutes before beginning a backup.
\n@param startWindowMinutes The amount of time in minutes before beginning a backup.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "The amount of time in minutes before beginning a backup.
\n@return The amount of time in minutes before beginning 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" : "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" : "The amount of time in minutes before beginning a backup.
\n@param startWindowMinutes The amount of time in minutes before beginning a backup.",
"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" : "The amount of time in minutes before beginning a backup.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompletionWindowMinutes",
"beanStyleSetterMethodName" : "setCompletionWindowMinutes",
"c2jName" : "CompletionWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\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,
"documentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionWindowMinutes",
"fluentSetterDocumentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\n@param completionWindowMinutes The amount of time AWS Backup attempts a backup before canceling the job and returning an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionWindowMinutes",
"getterDocumentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\n@return The amount of time AWS Backup attempts a backup before canceling the job and returning an error.",
"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" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\n@param completionWindowMinutes The amount of time AWS Backup attempts a backup before canceling the job and returning an error.",
"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" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"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”. 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,
"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”. 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,
"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”. 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”. 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”. 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”. 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”. 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”. 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”. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"CompletionWindowMinutes" : {
"beanStyleGetterMethodName" : "getCompletionWindowMinutes",
"beanStyleSetterMethodName" : "setCompletionWindowMinutes",
"c2jName" : "CompletionWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\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,
"documentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionWindowMinutes",
"fluentSetterDocumentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\n@param completionWindowMinutes The amount of time AWS Backup attempts a backup before canceling the job and returning an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionWindowMinutes",
"getterDocumentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\n@return The amount of time AWS Backup attempts a backup before canceling the job and returning an error.",
"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" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\n@param completionWindowMinutes The amount of time AWS Backup attempts a backup before canceling the job and returning an error.",
"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" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"Lifecycle" : {
"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”. 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,
"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”. 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,
"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”. 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”. 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”. 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”. 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”. 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”. 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”. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"xmlNameSpaceUri" : null
},
"RecoveryPointTags" : {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
},
"RuleName" : {
"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,
"documentation" : ">An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"ScheduleExpression" : {
"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,
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"StartWindowMinutes" : {
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "The amount of time in minutes before beginning 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 #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,
"documentation" : "The amount of time in minutes before beginning a backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "The amount of time in minutes before beginning a backup.
\n@param startWindowMinutes The amount of time in minutes before beginning a backup.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "The amount of time in minutes before beginning a backup.
\n@return The amount of time in minutes before beginning 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" : "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" : "The amount of time in minutes before beginning a backup.
\n@param startWindowMinutes The amount of time in minutes before beginning a backup.",
"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" : "The amount of time in minutes before beginning a backup.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
},
"TargetBackupVaultName" : {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"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,
"documentation" : ">An optional display name for a backup rule.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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"
},
"xmlNameSpaceUri" : null
}, {
"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,
"documentation" : "A CRON expression specifying when AWS Backup initiates a backup job.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getStartWindowMinutes",
"beanStyleSetterMethodName" : "setStartWindowMinutes",
"c2jName" : "StartWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "The amount of time in minutes before beginning 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 #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,
"documentation" : "The amount of time in minutes before beginning a backup.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "startWindowMinutes",
"fluentSetterDocumentation" : "The amount of time in minutes before beginning a backup.
\n@param startWindowMinutes The amount of time in minutes before beginning a backup.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "startWindowMinutes",
"getterDocumentation" : "The amount of time in minutes before beginning a backup.
\n@return The amount of time in minutes before beginning 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" : "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" : "The amount of time in minutes before beginning a backup.
\n@param startWindowMinutes The amount of time in minutes before beginning a backup.",
"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" : "The amount of time in minutes before beginning a backup.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCompletionWindowMinutes",
"beanStyleSetterMethodName" : "setCompletionWindowMinutes",
"c2jName" : "CompletionWindowMinutes",
"c2jShape" : "WindowMinutes",
"defaultConsumerFluentSetterDocumentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\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,
"documentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "completionWindowMinutes",
"fluentSetterDocumentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\n@param completionWindowMinutes The amount of time AWS Backup attempts a backup before canceling the job and returning an error.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "completionWindowMinutes",
"getterDocumentation" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\n@return The amount of time AWS Backup attempts a backup before canceling the job and returning an error.",
"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" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
\n@param completionWindowMinutes The amount of time AWS Backup attempts a backup before canceling the job and returning an error.",
"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" : "The amount of time AWS Backup attempts a backup before canceling the job and returning an error.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"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”. 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,
"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”. 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,
"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”. 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”. 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”. 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”. 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”. 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”. 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”. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
",
"simpleType" : "Lifecycle",
"variableSetterType" : "Lifecycle"
},
"xmlNameSpaceUri" : null
}, {
"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,
"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,
"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@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" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"xmlNameSpaceUri" : null
},
"valueLocationName" : "value",
"valueModel" : {
"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,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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"
},
"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"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "RuleName", "TargetBackupVaultName" ],
"shapeName" : "BackupRuleInput",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BackupRuleInput",
"variableName" : "backupRuleInput",
"variableType" : "BackupRuleInput",
"documentation" : null,
"simpleType" : "BackupRuleInput",
"variableSetterType" : "BackupRuleInput"
},
"wrapper" : false
},
"BackupSelection" : {
"c2jName" : "BackupSelection",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Used to specify a set of resources to 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" : [ {
"beanStyleGetterMethodName" : "getSelectionName",
"beanStyleSetterMethodName" : "setSelectionName",
"c2jName" : "SelectionName",
"c2jShape" : "BackupSelectionName",
"defaultConsumerFluentSetterDocumentation" : "The display name of a resource selection document.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #selectionName(String)}.\n@param selectionName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #selectionName(String)",
"deprecated" : false,
"documentation" : "The display name of a resource selection document.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "selectionName",
"fluentSetterDocumentation" : "The display name of a resource selection document.
\n@param selectionName The display name of a resource selection document.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "selectionName",
"getterDocumentation" : "The display name of a resource selection document.
\n@return The display name of a resource selection document.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SelectionName",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SelectionName",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SelectionName",
"sensitive" : false,
"setterDocumentation" : "The display name of a resource selection document.
\n@param selectionName The display name of a resource selection document.",
"setterMethodName" : "setSelectionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "selectionName",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "selectionName",
"variableType" : "String",
"documentation" : "The display name of a resource selection document.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "IAMRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; 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,
"documentation" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; 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" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@return The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; 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" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; 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" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getResources",
"beanStyleSetterMethodName" : "setResources",
"c2jName" : "Resources",
"c2jShape" : "ResourceArns",
"defaultConsumerFluentSetterDocumentation" : "An array of strings that either contain Amazon Resource Names (ARNs) or match patterns such as \"arn:aws:ec2:us-east-1:123456789012:volume/*
\" of resources to assign to a backup plan.
\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 #resources(List)}.\n@param resources 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 #resources(List)",
"deprecated" : false,
"documentation" : "An array of strings that either contain Amazon Resource Names (ARNs) or match patterns such as \"arn:aws:ec2:us-east-1:123456789012:volume/*
\" of resources to assign to a backup plan.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "resources",
"fluentSetterDocumentation" : "An array of strings that either contain Amazon Resource Names (ARNs) or match patterns such as \"arn:aws:ec2:us-east-1:123456789012:volume/*
\" of resources to assign to a backup plan.
\n@param resources An array of strings that either contain Amazon Resource Names (ARNs) or match patterns such as \"arn:aws:ec2:us-east-1:123456789012:volume/*
\" of resources to assign to a backup plan.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "resources",
"getterDocumentation" : "An array of strings that either contain Amazon Resource Names (ARNs) or match patterns such as \"arn:aws:ec2:us-east-1:123456789012:volume/*
\" of resources to assign to a backup plan.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of strings that either contain Amazon Resource Names (ARNs) or match patterns such as \"arn:aws:ec2:us-east-1:123456789012:volume/*
\" of resources to assign to a backup plan.",
"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" : "Resources",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Resources",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ARN",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Resources",
"sensitive" : false,
"setterDocumentation" : "An array of strings that either contain Amazon Resource Names (ARNs) or match patterns such as \"arn:aws:ec2:us-east-1:123456789012:volume/*
\" of resources to assign to a backup plan.
\n@param resources An array of strings that either contain Amazon Resource Names (ARNs) or match patterns such as \"arn:aws:ec2:us-east-1:123456789012:volume/*
\" of resources to assign to a backup plan.",
"setterMethodName" : "setResources",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resources",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "resources",
"variableType" : "java.util.List",
"documentation" : "An array of strings that either contain Amazon Resource Names (ARNs) or match patterns such as \"arn:aws:ec2:us-east-1:123456789012:volume/*
\" of resources to assign to a backup plan.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getListOfTags",
"beanStyleSetterMethodName" : "setListOfTags",
"c2jName" : "ListOfTags",
"c2jShape" : "ListOfTags",
"defaultConsumerFluentSetterDocumentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
\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 #listOfTags(List)}.\n@param listOfTags 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 #listOfTags(List)",
"deprecated" : false,
"documentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listOfTags",
"fluentSetterDocumentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
\n@param listOfTags An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listOfTags",
"getterDocumentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.",
"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" : "ListOfTags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListOfTags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Condition",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Condition.Builder} avoiding the need to create one manually via {@link Condition#builder()}.\n\nWhen the {@link Consumer} completes, {@link Condition.Builder#build()} is called immediately and its result is passed to {@link #member(Condition)}.\n@param member a consumer that will call methods on {@link Condition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Condition)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "Condition",
"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" : "Condition",
"variableName" : "member",
"variableType" : "Condition",
"documentation" : null,
"simpleType" : "Condition",
"variableSetterType" : "Condition"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Condition",
"variableName" : "member",
"variableType" : "Condition",
"documentation" : "",
"simpleType" : "Condition",
"variableSetterType" : "Condition"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Condition",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Condition",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ListOfTags",
"sensitive" : false,
"setterDocumentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
\n@param listOfTags An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.",
"setterMethodName" : "setListOfTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "listOfTags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "listOfTags",
"variableType" : "java.util.List",
"documentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IamRoleArn" : {
"beanStyleGetterMethodName" : "getIamRoleArn",
"beanStyleSetterMethodName" : "setIamRoleArn",
"c2jName" : "IamRoleArn",
"c2jShape" : "IAMRoleArn",
"defaultConsumerFluentSetterDocumentation" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; 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,
"documentation" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "iamRoleArn",
"fluentSetterDocumentation" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; 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" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@return The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; 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" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
\n@param iamRoleArn The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; 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" : "The ARN of the IAM role that AWS Backup uses to authenticate when restoring the target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ListOfTags" : {
"beanStyleGetterMethodName" : "getListOfTags",
"beanStyleSetterMethodName" : "setListOfTags",
"c2jName" : "ListOfTags",
"c2jShape" : "ListOfTags",
"defaultConsumerFluentSetterDocumentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
\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 #listOfTags(List)}.\n@param listOfTags 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 #listOfTags(List)",
"deprecated" : false,
"documentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "listOfTags",
"fluentSetterDocumentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
\n@param listOfTags An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "listOfTags",
"getterDocumentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.",
"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" : "ListOfTags",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "ListOfTags",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Condition",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Condition.Builder} avoiding the need to create one manually via {@link Condition#builder()}.\n\nWhen the {@link Consumer} completes, {@link Condition.Builder#build()} is called immediately and its result is passed to {@link #member(Condition)}.\n@param member a consumer that will call methods on {@link Condition.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Condition)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"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" : "Condition",
"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" : "Condition",
"variableName" : "member",
"variableType" : "Condition",
"documentation" : null,
"simpleType" : "Condition",
"variableSetterType" : "Condition"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Condition",
"variableName" : "member",
"variableType" : "Condition",
"documentation" : "",
"simpleType" : "Condition",
"variableSetterType" : "Condition"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Condition",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Condition",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "ListOfTags",
"sensitive" : false,
"setterDocumentation" : "An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.
\n@param listOfTags An array of conditions used to specify a set of resources to assign to a backup plan; for example, \"StringEquals\": {\"ec2:ResourceTag/Department\": \"accounting\"
.",
"setterMethodName" : "setListOfTags",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "listOfTags",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection