Class PrepareDataMoveResponse
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.fluent.models.VaultStorageConfigOperationResultResponseInner
-
- com.azure.resourcemanager.recoveryservicesbackup.models.PrepareDataMoveResponse
-
public final class PrepareDataMoveResponse extends VaultStorageConfigOperationResultResponseInner
Prepare DataMove Response.
-
-
Constructor Summary
Constructors Constructor Description PrepareDataMoveResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
correlationId()
Get the correlationId property: Co-relationId for move operation.Map<String,String>
sourceVaultProperties()
Get the sourceVaultProperties property: Source Vault Properties.void
validate()
Validates the instance.PrepareDataMoveResponse
withCorrelationId(String correlationId)
Set the correlationId property: Co-relationId for move operation.PrepareDataMoveResponse
withSourceVaultProperties(Map<String,String> sourceVaultProperties)
Set the sourceVaultProperties property: Source Vault Properties.
-
-
-
Method Detail
-
correlationId
public String correlationId()
Get the correlationId property: Co-relationId for move operation.- Returns:
- the correlationId value.
-
withCorrelationId
public PrepareDataMoveResponse withCorrelationId(String correlationId)
Set the correlationId property: Co-relationId for move operation.- Parameters:
correlationId
- the correlationId value to set.- Returns:
- the PrepareDataMoveResponse object itself.
-
sourceVaultProperties
public Map<String,String> sourceVaultProperties()
Get the sourceVaultProperties property: Source Vault Properties.- Returns:
- the sourceVaultProperties value.
-
withSourceVaultProperties
public PrepareDataMoveResponse withSourceVaultProperties(Map<String,String> sourceVaultProperties)
Set the sourceVaultProperties property: Source Vault Properties.- Parameters:
sourceVaultProperties
- the sourceVaultProperties value to set.- Returns:
- the PrepareDataMoveResponse object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classVaultStorageConfigOperationResultResponseInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-