Class ListBucketOptions


  • public final class ListBucketOptions
    extends java.lang.Object
    The options for list bucket operation.
    • Method Detail

      • getMarker

        public java.lang.String getMarker()
        Returns:
        the marker
      • getPrefix

        public java.lang.String getPrefix()
        Returns:
        the prefix
      • getMaxKeys

        public int getMaxKeys()
        Returns:
        the max keys
      • getDelimiter

        public java.lang.String getDelimiter()
        Returns:
        the delimiter
      • getEncodingType

        public java.lang.String getEncodingType()
        Returns:
        the encoding type
      • setMarker

        public ListBucketOptions setMarker​(java.lang.String marker)
        Parameters:
        marker - the marker to set
        Returns:
        the updated object
      • setPrefix

        public ListBucketOptions setPrefix​(java.lang.String prefix)
        Parameters:
        prefix - the prefix to set
        Returns:
        the updated object
      • setMaxKeys

        public ListBucketOptions setMaxKeys​(int maxKeys)
        Parameters:
        maxKeys - the max keys
        Returns:
        the updated object
      • setDelimiter

        public ListBucketOptions setDelimiter​(java.lang.String delimiter)
        Parameters:
        delimiter - the delimiter
        Returns:
        the updated object
      • setEncodingType

        public ListBucketOptions setEncodingType​(java.lang.String encodingType)
        Parameters:
        encodingType - the encoding type
        Returns:
        the updated object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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