public final class ListContainersSegmentResponse extends Object
| Constructor and Description |
|---|
ListContainersSegmentResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerItem> |
containerItems()
Get the containerItems 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.
|
ListContainersSegmentResponse |
withContainerItems(List<ContainerItem> containerItems)
Set the containerItems value.
|
ListContainersSegmentResponse |
withMarker(String marker)
Set the marker value.
|
ListContainersSegmentResponse |
withMaxResults(int maxResults)
Set the maxResults value.
|
ListContainersSegmentResponse |
withNextMarker(String nextMarker)
Set the nextMarker value.
|
ListContainersSegmentResponse |
withPrefix(String prefix)
Set the prefix value.
|
ListContainersSegmentResponse |
withServiceEndpoint(String serviceEndpoint)
Set the serviceEndpoint value.
|
public String serviceEndpoint()
public ListContainersSegmentResponse withServiceEndpoint(String serviceEndpoint)
serviceEndpoint - the serviceEndpoint value to set.public String prefix()
public ListContainersSegmentResponse withPrefix(String prefix)
prefix - the prefix value to set.public String marker()
public ListContainersSegmentResponse withMarker(String marker)
marker - the marker value to set.public int maxResults()
public ListContainersSegmentResponse withMaxResults(int maxResults)
maxResults - the maxResults value to set.public List<ContainerItem> containerItems()
public ListContainersSegmentResponse withContainerItems(List<ContainerItem> containerItems)
containerItems - the containerItems value to set.public String nextMarker()
public ListContainersSegmentResponse withNextMarker(String nextMarker)
nextMarker - the nextMarker value to set.This documentation was released into the public domain.