Class GetPolicyVersionResult

    • Constructor Detail

      • GetPolicyVersionResult

        public GetPolicyVersionResult()
    • Method Detail

      • setPolicyVersion

        public void setPolicyVersion​(PolicyVersion policyVersion)

        A structure containing details about the policy version.

        Parameters:
        policyVersion - A structure containing details about the policy version.
      • getPolicyVersion

        public PolicyVersion getPolicyVersion()

        A structure containing details about the policy version.

        Returns:
        A structure containing details about the policy version.
      • withPolicyVersion

        public GetPolicyVersionResult withPolicyVersion​(PolicyVersion policyVersion)

        A structure containing details about the policy version.

        Parameters:
        policyVersion - A structure containing details about the policy version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object