@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTypeRegistrationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListTypeRegistrationsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTypeRegistrationsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to be returned with a single call.
|
String |
getNextToken()
If the previous paginated request didn't return all the remaining results, the response object's
NextToken parameter value is set to a token. |
String |
getRegistrationStatusFilter()
The current status of the extension registration request.
|
String |
getType()
The kind of extension.
|
String |
getTypeArn()
The Amazon Resource Name (ARN) of the extension.
|
String |
getTypeName()
The name of the extension.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
void |
setNextToken(String nextToken)
If the previous paginated request didn't return all the remaining results, the response object's
NextToken parameter value is set to a token. |
void |
setRegistrationStatusFilter(String registrationStatusFilter)
The current status of the extension registration request.
|
void |
setType(String type)
The kind of extension.
|
void |
setTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the extension.
|
void |
setTypeName(String typeName)
The name of the extension.
|
String |
toString()
Returns a string representation of this object.
|
ListTypeRegistrationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
ListTypeRegistrationsRequest |
withNextToken(String nextToken)
If the previous paginated request didn't return all the remaining results, the response object's
NextToken parameter value is set to a token. |
ListTypeRegistrationsRequest |
withRegistrationStatusFilter(RegistrationStatus registrationStatusFilter)
The current status of the extension registration request.
|
ListTypeRegistrationsRequest |
withRegistrationStatusFilter(String registrationStatusFilter)
The current status of the extension registration request.
|
ListTypeRegistrationsRequest |
withType(RegistryType type)
The kind of extension.
|
ListTypeRegistrationsRequest |
withType(String type)
The kind of extension.
|
ListTypeRegistrationsRequest |
withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the extension.
|
ListTypeRegistrationsRequest |
withTypeName(String typeName)
The name of the extension.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setType(String type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic String getType()
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic ListTypeRegistrationsRequest withType(String type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic ListTypeRegistrationsRequest withType(RegistryType type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic void setTypeName(String typeName)
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
public String getTypeName()
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public ListTypeRegistrationsRequest withTypeName(String typeName)
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
public void setTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeArn - The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
public String getTypeArn()
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public ListTypeRegistrationsRequest withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeArn - The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
public void setRegistrationStatusFilter(String registrationStatusFilter)
The current status of the extension registration request.
The default is IN_PROGRESS.
registrationStatusFilter - The current status of the extension registration request.
The default is IN_PROGRESS.
RegistrationStatuspublic String getRegistrationStatusFilter()
The current status of the extension registration request.
The default is IN_PROGRESS.
The default is IN_PROGRESS.
RegistrationStatuspublic ListTypeRegistrationsRequest withRegistrationStatusFilter(String registrationStatusFilter)
The current status of the extension registration request.
The default is IN_PROGRESS.
registrationStatusFilter - The current status of the extension registration request.
The default is IN_PROGRESS.
RegistrationStatuspublic ListTypeRegistrationsRequest withRegistrationStatusFilter(RegistrationStatus registrationStatusFilter)
The current status of the extension registration request.
The default is IN_PROGRESS.
registrationStatusFilter - The current status of the extension registration request.
The default is IN_PROGRESS.
RegistrationStatuspublic void setMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults - The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public Integer getMaxResults()
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public ListTypeRegistrationsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned with a single call. If the number of available results exceeds this
maximum, the response includes a NextToken value that you can assign to the NextToken
request parameter to get the next set of results.
maxResults - The maximum number of results to be returned with a single call. If the number of available results
exceeds this maximum, the response includes a NextToken value that you can assign to the
NextToken request parameter to get the next set of results.public void setNextToken(String nextToken)
If the previous paginated request didn't return all the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
nextToken - If the previous paginated request didn't return all the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are
no remaining results, the previous response object's NextToken parameter is set to
null.public String getNextToken()
If the previous paginated request didn't return all the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are
no remaining results, the previous response object's NextToken parameter is set to
null.public ListTypeRegistrationsRequest withNextToken(String nextToken)
If the previous paginated request didn't return all the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this action
again and assign that token to the request object's NextToken parameter. If there are no remaining
results, the previous response object's NextToken parameter is set to null.
nextToken - If the previous paginated request didn't return all the remaining results, the response object's
NextToken parameter value is set to a token. To retrieve the next set of results, call this
action again and assign that token to the request object's NextToken parameter. If there are
no remaining results, the previous response object's NextToken parameter is set to
null.public String toString()
toString in class ObjectObject.toString()public ListTypeRegistrationsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.