@Generated(value="software.amazon.awssdk:codegen") public final class ListServicesByNamespaceRequest extends EcsRequest implements ToCopyableBuilder<ListServicesByNamespaceRequest.Builder,ListServicesByNamespaceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListServicesByNamespaceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListServicesByNamespaceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of service results that
ListServicesByNamespace returns in paginated output. |
String |
namespace()
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in.
|
String |
nextToken()
The
nextToken value that's returned from a ListServicesByNamespace request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListServicesByNamespaceRequest.Builder> |
serializableBuilderClass() |
ListServicesByNamespaceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String namespace()
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in.
Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see Service Connect in the Amazon Elastic Container Service Developer Guide.
public final String nextToken()
The nextToken value that's returned from a ListServicesByNamespace request. It
indicates that more results are available to fulfill the request and further calls are needed. If
maxResults is returned, it is possible the number of results is less than maxResults.
nextToken value that's returned from a ListServicesByNamespace request. It
indicates that more results are available to fulfill the request and further calls are needed. If
maxResults is returned, it is possible the number of results is less than
maxResults.public final Integer maxResults()
The maximum number of service results that ListServicesByNamespace returns in paginated output. When
this parameter is used, ListServicesByNamespace only returns maxResults results in a
single page along with a nextToken response element. The remaining results of the initial request
can be seen by sending another ListServicesByNamespace request with the returned
nextToken value. This value can be between 1 and 100. If this parameter isn't used, then
ListServicesByNamespace returns up to 10 results and a nextToken value if applicable.
ListServicesByNamespace returns in paginated
output. When this parameter is used, ListServicesByNamespace only returns
maxResults results in a single page along with a nextToken response element.
The remaining results of the initial request can be seen by sending another
ListServicesByNamespace request with the returned nextToken value. This value
can be between 1 and 100. If this parameter isn't used, then ListServicesByNamespace returns
up to 10 results and a nextToken value if applicable.public ListServicesByNamespaceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListServicesByNamespaceRequest.Builder,ListServicesByNamespaceRequest>toBuilder in class EcsRequestpublic static ListServicesByNamespaceRequest.Builder builder()
public static Class<? extends ListServicesByNamespaceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.