Class PrepareDataMoveResponse


public final class PrepareDataMoveResponse extends VaultStorageConfigOperationResultResponseInner
Prepare DataMove Response.
  • Constructor Details

    • PrepareDataMoveResponse

      public PrepareDataMoveResponse()
      Creates an instance of PrepareDataMoveResponse class.
  • Method Details

    • 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 class VaultStorageConfigOperationResultResponseInner
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.