public final class ListContainersResponse extends Object
| Constructor and Description |
|---|
ListContainersResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<Container> |
containers()
Get the containers value.
|
String |
marker()
Get the marker value.
|
int |
maxResults()
Get the maxResults value.
|
String |
nextMarker()
Get the nextMarker value.
|
String |
prefix()
Get the prefix value.
|
String |
serviceEndpoint()
Get the serviceEndpoint value.
|
ListContainersResponse |
withContainers(List<Container> containers)
Set the containers value.
|
ListContainersResponse |
withMarker(String marker)
Set the marker value.
|
ListContainersResponse |
withMaxResults(int maxResults)
Set the maxResults value.
|
ListContainersResponse |
withNextMarker(String nextMarker)
Set the nextMarker value.
|
ListContainersResponse |
withPrefix(String prefix)
Set the prefix value.
|
ListContainersResponse |
withServiceEndpoint(String serviceEndpoint)
Set the serviceEndpoint value.
|
public String serviceEndpoint()
public ListContainersResponse withServiceEndpoint(String serviceEndpoint)
serviceEndpoint - the serviceEndpoint value to set.public String prefix()
public ListContainersResponse withPrefix(String prefix)
prefix - the prefix value to set.public String marker()
public ListContainersResponse withMarker(String marker)
marker - the marker value to set.public int maxResults()
public ListContainersResponse withMaxResults(int maxResults)
maxResults - the maxResults value to set.public List<Container> containers()
public ListContainersResponse withContainers(List<Container> containers)
containers - the containers value to set.public String nextMarker()
public ListContainersResponse withNextMarker(String nextMarker)
nextMarker - the nextMarker value to set.Copyright © 2018. All rights reserved.