@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApiAssociation extends Object implements Serializable, Cloneable, StructuredPojo
Describes an ApiAssociation object.
| Constructor and Description |
|---|
ApiAssociation() |
| Modifier and Type | Method and Description |
|---|---|
ApiAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getApiId()
The API ID.
|
String |
getAssociationStatus()
Identifies the status of an association.
|
String |
getDeploymentDetail()
Details about the last deployment status.
|
String |
getDomainName()
The domain name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApiId(String apiId)
The API ID.
|
void |
setAssociationStatus(String associationStatus)
Identifies the status of an association.
|
void |
setDeploymentDetail(String deploymentDetail)
Details about the last deployment status.
|
void |
setDomainName(String domainName)
The domain name.
|
String |
toString()
Returns a string representation of this object.
|
ApiAssociation |
withApiId(String apiId)
The API ID.
|
ApiAssociation |
withAssociationStatus(AssociationStatus associationStatus)
Identifies the status of an association.
|
ApiAssociation |
withAssociationStatus(String associationStatus)
Identifies the status of an association.
|
ApiAssociation |
withDeploymentDetail(String deploymentDetail)
Details about the last deployment status.
|
ApiAssociation |
withDomainName(String domainName)
The domain name.
|
public void setDomainName(String domainName)
The domain name.
domainName - The domain name.public String getDomainName()
The domain name.
public ApiAssociation withDomainName(String domainName)
The domain name.
domainName - The domain name.public void setApiId(String apiId)
The API ID.
apiId - The API ID.public String getApiId()
The API ID.
public ApiAssociation withApiId(String apiId)
The API ID.
apiId - The API ID.public void setAssociationStatus(String associationStatus)
Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
associationStatus - Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
AssociationStatuspublic String getAssociationStatus()
Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
AssociationStatuspublic ApiAssociation withAssociationStatus(String associationStatus)
Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
associationStatus - Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
AssociationStatuspublic ApiAssociation withAssociationStatus(AssociationStatus associationStatus)
Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
associationStatus - Identifies the status of an association.
PROCESSING: The API association is being created. You cannot modify association requests during processing.
SUCCESS: The API association was successful. You can modify associations after success.
FAILED: The API association has failed. You can modify associations after failure.
AssociationStatuspublic void setDeploymentDetail(String deploymentDetail)
Details about the last deployment status.
deploymentDetail - Details about the last deployment status.public String getDeploymentDetail()
Details about the last deployment status.
public ApiAssociation withDeploymentDetail(String deploymentDetail)
Details about the last deployment status.
deploymentDetail - Details about the last deployment status.public String toString()
toString in class ObjectObject.toString()public ApiAssociation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.