public class DescribeNamespacesRequest extends AbstractModel
Constructor and Description |
---|
DescribeNamespacesRequest() |
DescribeNamespacesRequest(DescribeNamespacesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getAll()
Get Whether to list all namespaces
|
Filter[] |
getFilters()
Get Filters
|
Boolean |
getKmsSignPolicy()
Get Whether to query only namespaces for which the KMS image signature is enabled
|
Long |
getLimit()
Get Number of entries per page
|
String |
getNamespaceName()
Get Specified namespace.
|
Long |
getOffset()
Get Page offset (page number from which to return the results)
|
String |
getRegistryId()
Get Instance ID
|
void |
setAll(Boolean All)
Set Whether to list all namespaces
|
void |
setFilters(Filter[] Filters)
Set Filters
|
void |
setKmsSignPolicy(Boolean KmsSignPolicy)
Set Whether to query only namespaces for which the KMS image signature is enabled
|
void |
setLimit(Long Limit)
Set Number of entries per page
|
void |
setNamespaceName(String NamespaceName)
Set Specified namespace.
|
void |
setOffset(Long Offset)
Set Page offset (page number from which to return the results)
|
void |
setRegistryId(String RegistryId)
Set Instance ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeNamespacesRequest()
public DescribeNamespacesRequest(DescribeNamespacesRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId
- Instance IDpublic String getNamespaceName()
public void setNamespaceName(String NamespaceName)
NamespaceName
- Specified namespace. If this parameter is left empty, all namespaces will be queried.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per pagepublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Page offset (page number from which to return the results)public Boolean getAll()
public void setAll(Boolean All)
All
- Whether to list all namespacespublic Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filterspublic Boolean getKmsSignPolicy()
public void setKmsSignPolicy(Boolean KmsSignPolicy)
KmsSignPolicy
- Whether to query only namespaces for which the KMS image signature is enabledCopyright © 2023. All rights reserved.