Class ListRecoveryPointsRecommendedForMoveRequest
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.ListRecoveryPointsRecommendedForMoveRequest
-
public final class ListRecoveryPointsRecommendedForMoveRequest extends Object
ListRecoveryPointsRecommendedForMoveRequest Request.
-
-
Constructor Summary
Constructors Constructor Description ListRecoveryPointsRecommendedForMoveRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
excludedRPList()
Get the excludedRPList property: List of Recovery Points excluded from Move.String
objectType()
Get the objectType property: Gets the class type.void
validate()
Validates the instance.ListRecoveryPointsRecommendedForMoveRequest
withExcludedRPList(List<String> excludedRPList)
Set the excludedRPList property: List of Recovery Points excluded from Move.ListRecoveryPointsRecommendedForMoveRequest
withObjectType(String objectType)
Set the objectType property: Gets the class type.
-
-
-
Method Detail
-
objectType
public String objectType()
Get the objectType property: Gets the class type.- Returns:
- the objectType value.
-
withObjectType
public ListRecoveryPointsRecommendedForMoveRequest withObjectType(String objectType)
Set the objectType property: Gets the class type.- Parameters:
objectType
- the objectType value to set.- Returns:
- the ListRecoveryPointsRecommendedForMoveRequest object itself.
-
excludedRPList
public List<String> excludedRPList()
Get the excludedRPList property: List of Recovery Points excluded from Move.- Returns:
- the excludedRPList value.
-
withExcludedRPList
public ListRecoveryPointsRecommendedForMoveRequest withExcludedRPList(List<String> excludedRPList)
Set the excludedRPList property: List of Recovery Points excluded from Move.- Parameters:
excludedRPList
- the excludedRPList value to set.- Returns:
- the ListRecoveryPointsRecommendedForMoveRequest object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-