@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateMergedGraphqlApiRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociateMergedGraphqlApiRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateMergedGraphqlApiRequest |
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
SourceApiAssociationConfig object 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
SourceApiAssociationConfig object data. |
void |
setSourceApiIdentifier(String sourceApiIdentifier)
The identifier of the AppSync Source API.
|
String |
toString()
Returns a string representation of this object.
|
AssociateMergedGraphqlApiRequest |
withDescription(String description)
The description field.
|
AssociateMergedGraphqlApiRequest |
withMergedApiIdentifier(String mergedApiIdentifier)
The identifier of the AppSync Merged API.
|
AssociateMergedGraphqlApiRequest |
withSourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
The
SourceApiAssociationConfig object data. |
AssociateMergedGraphqlApiRequest |
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, withSdkRequestTimeout
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 AssociateMergedGraphqlApiRequest 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 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 AssociateMergedGraphqlApiRequest 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 setDescription(String description)
The description field.
description
- The description field.public String getDescription()
The description field.
public AssociateMergedGraphqlApiRequest 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 AssociateMergedGraphqlApiRequest withSourceApiAssociationConfig(SourceApiAssociationConfig sourceApiAssociationConfig)
The SourceApiAssociationConfig
object data.
sourceApiAssociationConfig
- The SourceApiAssociationConfig
object data.public String toString()
toString
in class Object
Object.toString()
public AssociateMergedGraphqlApiRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()