@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateMergedGraphqlApiResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateMergedGraphqlApiResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateMergedGraphqlApiResult |
clone() |
boolean |
equals(Object obj) |
String |
getSourceApiAssociationStatus()
The state of the source API association.
|
int |
hashCode() |
void |
setSourceApiAssociationStatus(String sourceApiAssociationStatus)
The state of the source API association.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateMergedGraphqlApiResult |
withSourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)
The state of the source API association.
|
DisassociateMergedGraphqlApiResult |
withSourceApiAssociationStatus(String sourceApiAssociationStatus)
The state of the source API association.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSourceApiAssociationStatus(String sourceApiAssociationStatus)
The state of the source API association.
sourceApiAssociationStatus
- The state of the source API association.SourceApiAssociationStatus
public String getSourceApiAssociationStatus()
The state of the source API association.
SourceApiAssociationStatus
public DisassociateMergedGraphqlApiResult withSourceApiAssociationStatus(String sourceApiAssociationStatus)
The state of the source API association.
sourceApiAssociationStatus
- The state of the source API association.SourceApiAssociationStatus
public DisassociateMergedGraphqlApiResult withSourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)
The state of the source API association.
sourceApiAssociationStatus
- The state of the source API association.SourceApiAssociationStatus
public String toString()
toString
in class Object
Object.toString()
public DisassociateMergedGraphqlApiResult clone()