@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyJob extends Object implements Serializable, Cloneable, StructuredPojo
Contains detailed information about a copy job.
Constructor and Description |
---|
CopyJob() |
Modifier and Type | Method and Description |
---|---|
CopyJob |
addChildJobsInStateEntry(String key,
Long value)
Add a single ChildJobsInState entry
|
CopyJob |
clearChildJobsInStateEntries()
Removes all the entries added into ChildJobsInState.
|
CopyJob |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The account ID that owns the copy job.
|
Long |
getBackupSizeInBytes()
The size, in bytes, of a copy job.
|
Map<String,Long> |
getChildJobsInState()
This returns the statistics of the included child (nested) copy jobs.
|
Date |
getCompletionDate()
The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC).
|
String |
getCompositeMemberIdentifier()
This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to
a composite (parent) stack.
|
String |
getCopyJobId()
Uniquely identifies a copy job.
|
RecoveryPointCreator |
getCreatedBy() |
Date |
getCreationDate()
The date and time a copy job is created, in Unix format and Coordinated Universal Time (UTC).
|
String |
getDestinationBackupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
String |
getDestinationRecoveryPointArn()
An ARN that uniquely identifies a destination recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 . |
String |
getIamRoleArn()
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access . |
Boolean |
getIsParent()
This is a boolean value indicating this is a parent (composite) copy job.
|
String |
getMessageCategory()
This parameter is the job count for the specified message category.
|
Long |
getNumberOfChildJobs()
This is the number of child (nested) copy jobs.
|
String |
getParentJobId()
This uniquely identifies a request to Backup to copy a resource.
|
String |
getResourceArn()
The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or
an Amazon Relational Database Service (Amazon RDS) database.
|
String |
getResourceName()
This is the non-unique name of the resource that belongs to the specified backup.
|
String |
getResourceType()
The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.
|
String |
getSourceBackupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
String |
getSourceRecoveryPointArn()
An ARN that uniquely identifies a source recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 . |
String |
getState()
The current state of a copy job.
|
String |
getStatusMessage()
A detailed message explaining the status of the job to copy a resource.
|
int |
hashCode() |
Boolean |
isParent()
This is a boolean value indicating this is a parent (composite) copy job.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The account ID that owns the copy job.
|
void |
setBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a copy job.
|
void |
setChildJobsInState(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) copy jobs.
|
void |
setCompletionDate(Date completionDate)
The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC).
|
void |
setCompositeMemberIdentifier(String compositeMemberIdentifier)
This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to
a composite (parent) stack.
|
void |
setCopyJobId(String copyJobId)
Uniquely identifies a copy job.
|
void |
setCreatedBy(RecoveryPointCreator createdBy) |
void |
setCreationDate(Date creationDate)
The date and time a copy job is created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setDestinationBackupVaultArn(String destinationBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
void |
setDestinationRecoveryPointArn(String destinationRecoveryPointArn)
An ARN that uniquely identifies a destination recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 . |
void |
setIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access . |
void |
setIsParent(Boolean isParent)
This is a boolean value indicating this is a parent (composite) copy job.
|
void |
setMessageCategory(String messageCategory)
This parameter is the job count for the specified message category.
|
void |
setNumberOfChildJobs(Long numberOfChildJobs)
This is the number of child (nested) copy jobs.
|
void |
setParentJobId(String parentJobId)
This uniquely identifies a request to Backup to copy a resource.
|
void |
setResourceArn(String resourceArn)
The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or
an Amazon Relational Database Service (Amazon RDS) database.
|
void |
setResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
void |
setResourceType(String resourceType)
The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.
|
void |
setSourceBackupVaultArn(String sourceBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
void |
setSourceRecoveryPointArn(String sourceRecoveryPointArn)
An ARN that uniquely identifies a source recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 . |
void |
setState(String state)
The current state of a copy job.
|
void |
setStatusMessage(String statusMessage)
A detailed message explaining the status of the job to copy a resource.
|
String |
toString()
Returns a string representation of this object.
|
CopyJob |
withAccountId(String accountId)
The account ID that owns the copy job.
|
CopyJob |
withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a copy job.
|
CopyJob |
withChildJobsInState(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) copy jobs.
|
CopyJob |
withCompletionDate(Date completionDate)
The date and time a copy job is completed, in Unix format and Coordinated Universal Time (UTC).
|
CopyJob |
withCompositeMemberIdentifier(String compositeMemberIdentifier)
This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to
a composite (parent) stack.
|
CopyJob |
withCopyJobId(String copyJobId)
Uniquely identifies a copy job.
|
CopyJob |
withCreatedBy(RecoveryPointCreator createdBy) |
CopyJob |
withCreationDate(Date creationDate)
The date and time a copy job is created, in Unix format and Coordinated Universal Time (UTC).
|
CopyJob |
withDestinationBackupVaultArn(String destinationBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
CopyJob |
withDestinationRecoveryPointArn(String destinationRecoveryPointArn)
An ARN that uniquely identifies a destination recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 . |
CopyJob |
withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access . |
CopyJob |
withIsParent(Boolean isParent)
This is a boolean value indicating this is a parent (composite) copy job.
|
CopyJob |
withMessageCategory(String messageCategory)
This parameter is the job count for the specified message category.
|
CopyJob |
withNumberOfChildJobs(Long numberOfChildJobs)
This is the number of child (nested) copy jobs.
|
CopyJob |
withParentJobId(String parentJobId)
This uniquely identifies a request to Backup to copy a resource.
|
CopyJob |
withResourceArn(String resourceArn)
The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or
an Amazon Relational Database Service (Amazon RDS) database.
|
CopyJob |
withResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
CopyJob |
withResourceType(String resourceType)
The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.
|
CopyJob |
withSourceBackupVaultArn(String sourceBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault . |
CopyJob |
withSourceRecoveryPointArn(String sourceRecoveryPointArn)
An ARN that uniquely identifies a source recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45 . |
CopyJob |
withState(CopyJobState state)
The current state of a copy job.
|
CopyJob |
withState(String state)
The current state of a copy job.
|
CopyJob |
withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to copy a resource.
|
public void setAccountId(String accountId)
The account ID that owns the copy job.
accountId
- The account ID that owns the copy job.public String getAccountId()
The account ID that owns the copy job.
public CopyJob withAccountId(String accountId)
The account ID that owns the copy job.
accountId
- The account ID that owns the copy job.public void setCopyJobId(String copyJobId)
Uniquely identifies a copy job.
copyJobId
- Uniquely identifies a copy job.public String getCopyJobId()
Uniquely identifies a copy job.
public CopyJob withCopyJobId(String copyJobId)
Uniquely identifies a copy job.
copyJobId
- Uniquely identifies a copy job.public void setSourceBackupVaultArn(String sourceBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
sourceBackupVaultArn
- An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public String getSourceBackupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public CopyJob withSourceBackupVaultArn(String sourceBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
sourceBackupVaultArn
- An Amazon Resource Name (ARN) that uniquely identifies a source copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public void setSourceRecoveryPointArn(String sourceRecoveryPointArn)
An ARN that uniquely identifies a source recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
sourceRecoveryPointArn
- An ARN that uniquely identifies a source recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.public String getSourceRecoveryPointArn()
An ARN that uniquely identifies a source recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.public CopyJob withSourceRecoveryPointArn(String sourceRecoveryPointArn)
An ARN that uniquely identifies a source recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
sourceRecoveryPointArn
- An ARN that uniquely identifies a source recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.public void setDestinationBackupVaultArn(String destinationBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
destinationBackupVaultArn
- An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public String getDestinationBackupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public CopyJob withDestinationBackupVaultArn(String destinationBackupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.
destinationBackupVaultArn
- An Amazon Resource Name (ARN) that uniquely identifies a destination copy vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault
.public void setDestinationRecoveryPointArn(String destinationRecoveryPointArn)
An ARN that uniquely identifies a destination recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
destinationRecoveryPointArn
- An ARN that uniquely identifies a destination recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.public String getDestinationRecoveryPointArn()
An ARN that uniquely identifies a destination recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.public CopyJob withDestinationRecoveryPointArn(String destinationRecoveryPointArn)
An ARN that uniquely identifies a destination recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
destinationRecoveryPointArn
- An ARN that uniquely identifies a destination recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.public void setResourceArn(String resourceArn)
The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
resourceArn
- The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.public String getResourceArn()
The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
public CopyJob withResourceArn(String resourceArn)
The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
resourceArn
- The Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS)
volume or an Amazon Relational Database Service (Amazon RDS) database.public void setCreationDate(Date creationDate)
The date and time a copy 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.
creationDate
- The date and time a copy 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.public Date getCreationDate()
The date and time a copy 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.
CreationDate
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public CopyJob withCreationDate(Date creationDate)
The date and time a copy 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.
creationDate
- The date and time a copy 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.public void setCompletionDate(Date completionDate)
The date and time a copy 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.
completionDate
- The date and time a copy 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.public Date getCompletionDate()
The date and time a copy 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.
CompletionDate
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public CopyJob withCompletionDate(Date completionDate)
The date and time a copy 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.
completionDate
- The date and time a copy 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.public void setState(String state)
The current state of a copy job.
state
- The current state of a copy job.CopyJobState
public String getState()
The current state of a copy job.
CopyJobState
public CopyJob withState(String state)
The current state of a copy job.
state
- The current state of a copy job.CopyJobState
public CopyJob withState(CopyJobState state)
The current state of a copy job.
state
- The current state of a copy job.CopyJobState
public void setStatusMessage(String statusMessage)
A detailed message explaining the status of the job to copy a resource.
statusMessage
- A detailed message explaining the status of the job to copy a resource.public String getStatusMessage()
A detailed message explaining the status of the job to copy a resource.
public CopyJob withStatusMessage(String statusMessage)
A detailed message explaining the status of the job to copy a resource.
statusMessage
- A detailed message explaining the status of the job to copy a resource.public void setBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a copy job.
backupSizeInBytes
- The size, in bytes, of a copy job.public Long getBackupSizeInBytes()
The size, in bytes, of a copy job.
public CopyJob withBackupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a copy job.
backupSizeInBytes
- The size, in bytes, of a copy job.public void setIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.
iamRoleArn
- Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.public String getIamRoleArn()
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.
arn:aws:iam::123456789012:role/S3Access
.public CopyJob withIamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.
iamRoleArn
- Specifies the IAM role ARN used to copy the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access
.public void setCreatedBy(RecoveryPointCreator createdBy)
createdBy
- public RecoveryPointCreator getCreatedBy()
public CopyJob withCreatedBy(RecoveryPointCreator createdBy)
createdBy
- public void setResourceType(String resourceType)
The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
resourceType
- The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon
EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.public String getResourceType()
The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
public CopyJob withResourceType(String resourceType)
The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
resourceType
- The type of Amazon Web Services resource to be copied; for example, an Amazon Elastic Block Store (Amazon
EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.public void setParentJobId(String parentJobId)
This uniquely identifies a request to Backup to copy a resource. The return will be the parent (composite) job ID.
parentJobId
- This uniquely identifies a request to Backup to copy a resource. The return will be the parent (composite)
job ID.public String getParentJobId()
This uniquely identifies a request to Backup to copy a resource. The return will be the parent (composite) job ID.
public CopyJob withParentJobId(String parentJobId)
This uniquely identifies a request to Backup to copy a resource. The return will be the parent (composite) job ID.
parentJobId
- This uniquely identifies a request to Backup to copy a resource. The return will be the parent (composite)
job ID.public void setIsParent(Boolean isParent)
This is a boolean value indicating this is a parent (composite) copy job.
isParent
- This is a boolean value indicating this is a parent (composite) copy job.public Boolean getIsParent()
This is a boolean value indicating this is a parent (composite) copy job.
public CopyJob withIsParent(Boolean isParent)
This is a boolean value indicating this is a parent (composite) copy job.
isParent
- This is a boolean value indicating this is a parent (composite) copy job.public Boolean isParent()
This is a boolean value indicating this is a parent (composite) copy job.
public void setCompositeMemberIdentifier(String compositeMemberIdentifier)
This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.
compositeMemberIdentifier
- This is the identifier of a resource within a composite group, such as nested (child) recovery point
belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.public String getCompositeMemberIdentifier()
This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.
public CopyJob withCompositeMemberIdentifier(String compositeMemberIdentifier)
This is the identifier of a resource within a composite group, such as nested (child) recovery point belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.
compositeMemberIdentifier
- This is the identifier of a resource within a composite group, such as nested (child) recovery point
belonging to a composite (parent) stack. The ID is transferred from the logical ID within a stack.public void setNumberOfChildJobs(Long numberOfChildJobs)
This is the number of child (nested) copy jobs.
numberOfChildJobs
- This is the number of child (nested) copy jobs.public Long getNumberOfChildJobs()
This is the number of child (nested) copy jobs.
public CopyJob withNumberOfChildJobs(Long numberOfChildJobs)
This is the number of child (nested) copy jobs.
numberOfChildJobs
- This is the number of child (nested) copy jobs.public Map<String,Long> getChildJobsInState()
This returns the statistics of the included child (nested) copy jobs.
public void setChildJobsInState(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) copy jobs.
childJobsInState
- This returns the statistics of the included child (nested) copy jobs.public CopyJob withChildJobsInState(Map<String,Long> childJobsInState)
This returns the statistics of the included child (nested) copy jobs.
childJobsInState
- This returns the statistics of the included child (nested) copy jobs.public CopyJob addChildJobsInStateEntry(String key, Long value)
public CopyJob clearChildJobsInStateEntries()
public void setResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
resourceName
- This is the non-unique name of the resource that belongs to the specified backup.public String getResourceName()
This is the non-unique name of the resource that belongs to the specified backup.
public CopyJob withResourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
resourceName
- This is the non-unique name of the resource that belongs to the specified backup.public void setMessageCategory(String messageCategory)
This parameter is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
, and
InvalidParameters
. See Monitoring for a list of
MessageCategory strings.
The the value ANY returns count of all message categories.
AGGREGATE_ALL
aggregates job counts for all message categories and returns the sum
messageCategory
- This parameter is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
,
and InvalidParameters
. See Monitoring for a list of
MessageCategory strings.
The the value ANY returns count of all message categories.
AGGREGATE_ALL
aggregates job counts for all message categories and returns the sum
public String getMessageCategory()
This parameter is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
, and
InvalidParameters
. See Monitoring for a list of
MessageCategory strings.
The the value ANY returns count of all message categories.
AGGREGATE_ALL
aggregates job counts for all message categories and returns the sum
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
,
and InvalidParameters
. See Monitoring for a list
of MessageCategory strings.
The the value ANY returns count of all message categories.
AGGREGATE_ALL
aggregates job counts for all message categories and returns the sum
public CopyJob withMessageCategory(String messageCategory)
This parameter is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
, and
InvalidParameters
. See Monitoring for a list of
MessageCategory strings.
The the value ANY returns count of all message categories.
AGGREGATE_ALL
aggregates job counts for all message categories and returns the sum
messageCategory
- This parameter is the job count for the specified message category.
Example strings may include AccessDenied
, SUCCESS
, AGGREGATE_ALL
,
and InvalidParameters
. See Monitoring for a list of
MessageCategory strings.
The the value ANY returns count of all message categories.
AGGREGATE_ALL
aggregates job counts for all message categories and returns the sum
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.