@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTypesByAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTypesByAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
ListTypesByAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID generated by the AppSync service for the source API association.
|
String |
getFormat()
The format type.
|
Integer |
getMaxResults()
The maximum number of results that you want the request to return.
|
String |
getMergedApiIdentifier()
The identifier of the AppSync Merged API.
|
String |
getNextToken()
An identifier that was returned from the previous call to this operation, which you can use to return the next
set of items in the list.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
void |
setFormat(String format)
The format type.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
void |
setMergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next
set of items in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListTypesByAssociationRequest |
withAssociationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
ListTypesByAssociationRequest |
withFormat(String format)
The format type.
|
ListTypesByAssociationRequest |
withFormat(TypeDefinitionFormat format)
The format type.
|
ListTypesByAssociationRequest |
withMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
|
ListTypesByAssociationRequest |
withMergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API.
|
ListTypesByAssociationRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next
set of items in the list.
|
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 setMergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
mergedApiIdentifier
- The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged
APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged
APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.public String getMergedApiIdentifier()
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
public ListTypesByAssociationRequest withMergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
mergedApiIdentifier
- The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged
APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged
APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.public void setAssociationId(String associationId)
The ID generated by the AppSync service for the source API association.
associationId
- The ID generated by the AppSync service for the source API association.public String getAssociationId()
The ID generated by the AppSync service for the source API association.
public ListTypesByAssociationRequest withAssociationId(String associationId)
The ID generated by the AppSync service for the source API association.
associationId
- The ID generated by the AppSync service for the source API association.public void setFormat(String format)
The format type.
format
- The format type.TypeDefinitionFormat
public String getFormat()
The format type.
TypeDefinitionFormat
public ListTypesByAssociationRequest withFormat(String format)
The format type.
format
- The format type.TypeDefinitionFormat
public ListTypesByAssociationRequest withFormat(TypeDefinitionFormat format)
The format type.
format
- The format type.TypeDefinitionFormat
public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.public String getNextToken()
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
public ListTypesByAssociationRequest withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.public void setMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
maxResults
- The maximum number of results that you want the request to return.public Integer getMaxResults()
The maximum number of results that you want the request to return.
public ListTypesByAssociationRequest withMaxResults(Integer maxResults)
The maximum number of results that you want the request to return.
maxResults
- The maximum number of results that you want the request to return.public String toString()
toString
in class Object
Object.toString()
public ListTypesByAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()