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