@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateMergedGraphqlApiRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateMergedGraphqlApiRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateMergedGraphqlApiRequest |
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 |
getSourceApiIdentifier()
The identifier of the AppSync Source API.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
void |
setSourceApiIdentifier(String sourceApiIdentifier)
The identifier of the AppSync Source API.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateMergedGraphqlApiRequest |
withAssociationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
DisassociateMergedGraphqlApiRequest |
withSourceApiIdentifier(String sourceApiIdentifier)
The identifier of the AppSync Source API.
|
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, withSdkRequestTimeoutpublic void setSourceApiIdentifier(String sourceApiIdentifier)
The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.
sourceApiIdentifier - The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source
APIs (especially in your account) only require the API ID value or ARN of the source API. However, source
APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source
API.public String getSourceApiIdentifier()
The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.
public DisassociateMergedGraphqlApiRequest withSourceApiIdentifier(String sourceApiIdentifier)
The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.
sourceApiIdentifier - The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source
APIs (especially in your account) only require the API ID value or ARN of the source API. However, source
APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source
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 DisassociateMergedGraphqlApiRequest 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 String toString()
toString in class ObjectObject.toString()public DisassociateMergedGraphqlApiRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()