Class ListServicesByNamespaceRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.ecs.model.EcsRequest
-
- software.amazon.awssdk.services.ecs.model.ListServicesByNamespaceRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListServicesByNamespaceRequest.Builder,ListServicesByNamespaceRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListServicesByNamespaceRequest extends EcsRequest implements ToCopyableBuilder<ListServicesByNamespaceRequest.Builder,ListServicesByNamespaceRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListServicesByNamespaceRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListServicesByNamespaceRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of service results thatListServicesByNamespacereturns in paginated output.Stringnamespace()The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in.StringnextToken()ThenextTokenvalue that's returned from aListServicesByNamespacerequest.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListServicesByNamespaceRequest.Builder>serializableBuilderClass()ListServicesByNamespaceRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
namespace
public 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.
- Returns:
- 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.
-
nextToken
public final String nextToken()
The
nextTokenvalue that's returned from aListServicesByNamespacerequest. It indicates that more results are available to fulfill the request and further calls are needed. IfmaxResultsis returned, it is possible the number of results is less thanmaxResults.- Returns:
- The
nextTokenvalue that's returned from aListServicesByNamespacerequest. It indicates that more results are available to fulfill the request and further calls are needed. IfmaxResultsis returned, it is possible the number of results is less thanmaxResults.
-
maxResults
public final Integer maxResults()
The maximum number of service results that
ListServicesByNamespacereturns in paginated output. When this parameter is used,ListServicesByNamespaceonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListServicesByNamespacerequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListServicesByNamespacereturns up to 10 results and anextTokenvalue if applicable.- Returns:
- The maximum number of service results that
ListServicesByNamespacereturns in paginated output. When this parameter is used,ListServicesByNamespaceonly returnsmaxResultsresults in a single page along with anextTokenresponse element. The remaining results of the initial request can be seen by sending anotherListServicesByNamespacerequest with the returnednextTokenvalue. This value can be between 1 and 100. If this parameter isn't used, thenListServicesByNamespacereturns up to 10 results and anextTokenvalue if applicable.
-
toBuilder
public ListServicesByNamespaceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListServicesByNamespaceRequest.Builder,ListServicesByNamespaceRequest>- Specified by:
toBuilderin classEcsRequest
-
builder
public static ListServicesByNamespaceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListServicesByNamespaceRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-