@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateSourceGraphqlApiRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| AssociateSourceGraphqlApiRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| AssociateSourceGraphqlApiRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDescription()
 The description field. | 
| String | getMergedApiIdentifier()
 The identifier of the AppSync Merged API. | 
| SourceApiAssociationConfig | getSourceApiAssociationConfig()
 The  SourceApiAssociationConfigobject data. | 
| String | getSourceApiIdentifier()
 The identifier of the AppSync Source API. | 
| int | hashCode() | 
| void | setDescription(String description)
 The description field. | 
| void | setMergedApiIdentifier(String mergedApiIdentifier)
 The identifier of the AppSync Merged API. | 
| void | setSourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
 The  SourceApiAssociationConfigobject data. | 
| void | setSourceApiIdentifier(String sourceApiIdentifier)
 The identifier of the AppSync Source API. | 
| String | toString()Returns a string representation of this object. | 
| AssociateSourceGraphqlApiRequest | withDescription(String description)
 The description field. | 
| AssociateSourceGraphqlApiRequest | withMergedApiIdentifier(String mergedApiIdentifier)
 The identifier of the AppSync Merged API. | 
| AssociateSourceGraphqlApiRequest | withSourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
 The  SourceApiAssociationConfigobject data. | 
| AssociateSourceGraphqlApiRequest | 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 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 AssociateSourceGraphqlApiRequest 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 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 AssociateSourceGraphqlApiRequest 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 setDescription(String description)
The description field.
description - The description field.public String getDescription()
The description field.
public AssociateSourceGraphqlApiRequest withDescription(String description)
The description field.
description - The description field.public void setSourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
 The SourceApiAssociationConfig object data.
 
sourceApiAssociationConfig - The SourceApiAssociationConfig object data.public SourceApiAssociationConfig getSourceApiAssociationConfig()
 The SourceApiAssociationConfig object data.
 
SourceApiAssociationConfig object data.public AssociateSourceGraphqlApiRequest withSourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
 The SourceApiAssociationConfig object data.
 
sourceApiAssociationConfig - The SourceApiAssociationConfig object data.public String toString()
toString in class ObjectObject.toString()public AssociateSourceGraphqlApiRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()