public final class ListBlobsResponse
extends java.lang.Object
| Constructor and Description |
|---|
ListBlobsResponse() |
| Modifier and Type | Method and Description |
|---|---|
Blobs |
blobs()
Get the blobs value.
|
java.lang.String |
containerName()
Get the containerName value.
|
java.lang.String |
delimiter()
Get the delimiter value.
|
java.lang.String |
marker()
Get the marker value.
|
int |
maxResults()
Get the maxResults value.
|
java.lang.String |
nextMarker()
Get the nextMarker value.
|
java.lang.String |
prefix()
Get the prefix value.
|
java.lang.String |
serviceEndpoint()
Get the serviceEndpoint value.
|
ListBlobsResponse |
withBlobs(Blobs blobs)
Set the blobs value.
|
ListBlobsResponse |
withContainerName(java.lang.String containerName)
Set the containerName value.
|
ListBlobsResponse |
withDelimiter(java.lang.String delimiter)
Set the delimiter value.
|
ListBlobsResponse |
withMarker(java.lang.String marker)
Set the marker value.
|
ListBlobsResponse |
withMaxResults(int maxResults)
Set the maxResults value.
|
ListBlobsResponse |
withNextMarker(java.lang.String nextMarker)
Set the nextMarker value.
|
ListBlobsResponse |
withPrefix(java.lang.String prefix)
Set the prefix value.
|
ListBlobsResponse |
withServiceEndpoint(java.lang.String serviceEndpoint)
Set the serviceEndpoint value.
|
public java.lang.String serviceEndpoint()
public ListBlobsResponse withServiceEndpoint(java.lang.String serviceEndpoint)
serviceEndpoint - the serviceEndpoint value to set.public java.lang.String containerName()
public ListBlobsResponse withContainerName(java.lang.String containerName)
containerName - the containerName value to set.public java.lang.String prefix()
public ListBlobsResponse withPrefix(java.lang.String prefix)
prefix - the prefix value to set.public java.lang.String marker()
public ListBlobsResponse withMarker(java.lang.String marker)
marker - the marker value to set.public int maxResults()
public ListBlobsResponse withMaxResults(int maxResults)
maxResults - the maxResults value to set.public java.lang.String delimiter()
public ListBlobsResponse withDelimiter(java.lang.String delimiter)
delimiter - the delimiter value to set.public Blobs blobs()
public ListBlobsResponse withBlobs(Blobs blobs)
blobs - the blobs value to set.public java.lang.String nextMarker()
public ListBlobsResponse withNextMarker(java.lang.String nextMarker)
nextMarker - the nextMarker value to set.