Class ValidateSecretOutputInner
java.lang.Object
com.azure.resourcemanager.cdn.fluent.models.ValidateSecretOutputInner
Output of the validated secret.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ValidateSecretOutputInner class. -
Method Summary
Modifier and TypeMethodDescriptionmessage()Get the message property: Detailed error message.status()Get the status property: The validation status.voidvalidate()Validates the instance.withMessage(String message) Set the message property: Detailed error message.withStatus(Status status) Set the status property: The validation status.
-
Constructor Details
-
ValidateSecretOutputInner
public ValidateSecretOutputInner()Creates an instance of ValidateSecretOutputInner class.
-
-
Method Details
-
status
Get the status property: The validation status.- Returns:
- the status value.
-
withStatus
Set the status property: The validation status.- Parameters:
status- the status value to set.- Returns:
- the ValidateSecretOutputInner object itself.
-
message
Get the message property: Detailed error message.- Returns:
- the message value.
-
withMessage
Set the message property: Detailed error message.- Parameters:
message- the message value to set.- Returns:
- the ValidateSecretOutputInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-