Class IamPolicyResponse.Statement

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    IamPolicyResponse

    public static class IamPolicyResponse.Statement
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Statement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>> getCondition()  
      @NotNull java.util.List<java.lang.String> getResource()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Statement

        public Statement()
    • Method Detail

      • getResource

        @NotNull
        public @NotNull java.util.List<java.lang.String> getResource()
      • getCondition

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>> getCondition()