Class GovernancePolicyAddFolderFailedDetails


  • public class GovernancePolicyAddFolderFailedDetails
    extends java.lang.Object
    Couldn't add a folder to a policy.
    • Field Detail

      • governancePolicyId

        protected final java.lang.String governancePolicyId
      • name

        protected final java.lang.String name
      • policyType

        protected final PolicyType policyType
      • folder

        protected final java.lang.String folder
      • reason

        protected final java.lang.String reason
    • Constructor Detail

      • GovernancePolicyAddFolderFailedDetails

        public GovernancePolicyAddFolderFailedDetails​(java.lang.String governancePolicyId,
                                                      java.lang.String name,
                                                      java.lang.String folder,
                                                      PolicyType policyType,
                                                      java.lang.String reason)
        Couldn't add a folder to a policy.

        Use newBuilder(java.lang.String,java.lang.String,java.lang.String) to create instances of this class without specifying values for all optional fields.

        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        folder - Folder. Must not be null.
        policyType - Policy type.
        reason - Reason.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • GovernancePolicyAddFolderFailedDetails

        public GovernancePolicyAddFolderFailedDetails​(java.lang.String governancePolicyId,
                                                      java.lang.String name,
                                                      java.lang.String folder)
        Couldn't add a folder to a policy.

        The default values for unset fields will be used.

        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        folder - Folder. Must not be null.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
    • Method Detail

      • getGovernancePolicyId

        public java.lang.String getGovernancePolicyId()
        Policy ID.
        Returns:
        value for this field, never null.
      • getName

        public java.lang.String getName()
        Policy name.
        Returns:
        value for this field, never null.
      • getFolder

        public java.lang.String getFolder()
        Folder.
        Returns:
        value for this field, never null.
      • getPolicyType

        public PolicyType getPolicyType()
        Policy type.
        Returns:
        value for this field, or null if not present.
      • getReason

        public java.lang.String getReason()
        Reason.
        Returns:
        value for this field, or null if not present.
      • newBuilder

        public static GovernancePolicyAddFolderFailedDetails.Builder newBuilder​(java.lang.String governancePolicyId,
                                                                                java.lang.String name,
                                                                                java.lang.String folder)
        Returns a new builder for creating an instance of this class.
        Parameters:
        governancePolicyId - Policy ID. Must not be null.
        name - Policy name. Must not be null.
        folder - Folder. Must not be null.
        Returns:
        builder for this class.
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toStringMultiline

        public java.lang.String toStringMultiline()
        Returns a String representation of this object formatted for easier readability.

        The returned String may contain newlines.

        Returns:
        Formatted, multiline String representation of this object