@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 of the remaining results, the response object's
NextToken parameter value is set to a token. |
String |
getRegistrationStatusFilter()
The current status of the type registration request.
|
String |
getType()
The kind of type.
|
String |
getTypeArn()
The Amazon Resource Name (ARN) of the type.
|
String |
getTypeName()
The name of the type.
|
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 of the remaining results, the response object's
NextToken parameter value is set to a token. |
void |
setRegistrationStatusFilter(String registrationStatusFilter)
The current status of the type registration request.
|
void |
setType(String type)
The kind of type.
|
void |
setTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
|
void |
setTypeName(String typeName)
The name of the type.
|
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 of the remaining results, the response object's
NextToken parameter value is set to a token. |
ListTypeRegistrationsRequest |
withRegistrationStatusFilter(RegistrationStatus registrationStatusFilter)
The current status of the type registration request.
|
ListTypeRegistrationsRequest |
withRegistrationStatusFilter(String registrationStatusFilter)
The current status of the type registration request.
|
ListTypeRegistrationsRequest |
withType(RegistryType type)
The kind of type.
|
ListTypeRegistrationsRequest |
withType(String type)
The kind of type.
|
ListTypeRegistrationsRequest |
withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
|
ListTypeRegistrationsRequest |
withTypeName(String typeName)
The name of the type.
|
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 type.
Currently the only valid value is RESOURCE.
type - The kind of type.
Currently the only valid value is RESOURCE.
RegistryTypepublic String getType()
The kind of type.
Currently the only valid value is RESOURCE.
Currently the only valid value is RESOURCE.
RegistryTypepublic ListTypeRegistrationsRequest withType(String type)
The kind of type.
Currently the only valid value is RESOURCE.
type - The kind of type.
Currently the only valid value is RESOURCE.
RegistryTypepublic ListTypeRegistrationsRequest withType(RegistryType type)
The kind of type.
Currently the only valid value is RESOURCE.
type - The kind of type.
Currently the only valid value is RESOURCE.
RegistryTypepublic void setTypeName(String typeName)
The name of the type.
Conditional: You must specify TypeName or Arn.
typeName - The name of the type.
Conditional: You must specify TypeName or Arn.
public String getTypeName()
The name of the type.
Conditional: You must specify TypeName or Arn.
Conditional: You must specify TypeName or Arn.
public ListTypeRegistrationsRequest withTypeName(String typeName)
The name of the type.
Conditional: You must specify TypeName or Arn.
typeName - The name of the type.
Conditional: You must specify TypeName or Arn.
public void setTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
typeArn - The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
public String getTypeArn()
The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
Conditional: You must specify TypeName or Arn.
public ListTypeRegistrationsRequest withTypeArn(String typeArn)
The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
typeArn - The Amazon Resource Name (ARN) of the type.
Conditional: You must specify TypeName or Arn.
public void setRegistrationStatusFilter(String registrationStatusFilter)
The current status of the type registration request.
registrationStatusFilter - The current status of the type registration request.RegistrationStatuspublic String getRegistrationStatusFilter()
The current status of the type registration request.
RegistrationStatuspublic ListTypeRegistrationsRequest withRegistrationStatusFilter(String registrationStatusFilter)
The current status of the type registration request.
registrationStatusFilter - The current status of the type registration request.RegistrationStatuspublic ListTypeRegistrationsRequest withRegistrationStatusFilter(RegistrationStatus registrationStatusFilter)
The current status of the type registration request.
registrationStatusFilter - The current status of the type registration request.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 of 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 of 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 of 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 of 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 of 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 © 2020. All rights reserved.