public final class ListContainersResponse
extends java.lang.Object
| Constructor and Description |
|---|
ListContainersResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Container> |
containers()
Get the containers 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.
|
ListContainersResponse |
withContainers(java.util.List<Container> containers)
Set the containers value.
|
ListContainersResponse |
withMarker(java.lang.String marker)
Set the marker value.
|
ListContainersResponse |
withMaxResults(int maxResults)
Set the maxResults value.
|
ListContainersResponse |
withNextMarker(java.lang.String nextMarker)
Set the nextMarker value.
|
ListContainersResponse |
withPrefix(java.lang.String prefix)
Set the prefix value.
|
ListContainersResponse |
withServiceEndpoint(java.lang.String serviceEndpoint)
Set the serviceEndpoint value.
|
public java.lang.String serviceEndpoint()
public ListContainersResponse withServiceEndpoint(java.lang.String serviceEndpoint)
serviceEndpoint - the serviceEndpoint value to set.public java.lang.String prefix()
public ListContainersResponse withPrefix(java.lang.String prefix)
prefix - the prefix value to set.public java.lang.String marker()
public ListContainersResponse withMarker(java.lang.String marker)
marker - the marker value to set.public int maxResults()
public ListContainersResponse withMaxResults(int maxResults)
maxResults - the maxResults value to set.public java.util.List<Container> containers()
public ListContainersResponse withContainers(java.util.List<Container> containers)
containers - the containers value to set.public java.lang.String nextMarker()
public ListContainersResponse withNextMarker(java.lang.String nextMarker)
nextMarker - the nextMarker value to set.