Class CloudFrontEvent.Response

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

    public static class CloudFrontEvent.Response
    extends java.lang.Object
    implements java.io.Serializable
    class that represents a Response object
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Response()  
    • Method Summary

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

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

      • Response

        public Response()
    • Method Detail

      • getHeaders

        @NotNull
        public @NotNull java.util.Map<java.lang.String,​java.util.List<CloudFrontEvent.Header>> getHeaders()