@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateSourceGraphqlApiRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateSourceGraphqlApiRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateSourceGraphqlApiRequest |
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 |
getMergedApiIdentifier()
The identifier of the AppSync Merged API.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
void |
setMergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateSourceGraphqlApiRequest |
withAssociationId(String associationId)
The ID generated by the AppSync service for the source API association.
|
DisassociateSourceGraphqlApiRequest |
withMergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged 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, 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 DisassociateSourceGraphqlApiRequest 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 DisassociateSourceGraphqlApiRequest 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 Object
Object.toString()
public DisassociateSourceGraphqlApiRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()