@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServicesByNamespaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListServicesByNamespaceRequest() |
Modifier and Type | Method and Description |
---|---|
ListServicesByNamespaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of service results that
ListServicesByNamespace returns in paginated output. |
String |
getNamespace()
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in.
|
String |
getNextToken()
The
nextToken value that's returned from a ListServicesByNamespace request. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of service results that
ListServicesByNamespace returns in paginated output. |
void |
setNamespace(String namespace)
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in.
|
void |
setNextToken(String nextToken)
The
nextToken value that's returned from a ListServicesByNamespace request. |
String |
toString()
Returns a string representation of this object.
|
ListServicesByNamespaceRequest |
withMaxResults(Integer maxResults)
The maximum number of service results that
ListServicesByNamespace returns in paginated output. |
ListServicesByNamespaceRequest |
withNamespace(String namespace)
The namespace name or full Amazon Resource Name (ARN) of the Cloud Map namespace to list the services in.
|
ListServicesByNamespaceRequest |
withNextToken(String nextToken)
The
nextToken value that's returned from a ListServicesByNamespace request. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setNamespace(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.
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.
public String getNamespace()
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 ListServicesByNamespaceRequest withNamespace(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.
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.
public void setNextToken(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
- 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
.public String getNextToken()
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 ListServicesByNamespaceRequest withNextToken(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
- 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
.public void setMaxResults(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.
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.public Integer getMaxResults()
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 withMaxResults(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.
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.public String toString()
toString
in class Object
Object.toString()
public ListServicesByNamespaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()