@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateSourceGraphqlApiResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateSourceGraphqlApiResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateSourceGraphqlApiResult |
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.
|
DisassociateSourceGraphqlApiResult |
withSourceApiAssociationStatus(SourceApiAssociationStatus sourceApiAssociationStatus)
The state of the source API association.
|
DisassociateSourceGraphqlApiResult |
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 DisassociateSourceGraphqlApiResult withSourceApiAssociationStatus(String sourceApiAssociationStatus)
The state of the source API association.
sourceApiAssociationStatus
- The state of the source API association.SourceApiAssociationStatus
public DisassociateSourceGraphqlApiResult 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 DisassociateSourceGraphqlApiResult clone()