@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateThirdPartyFirewallResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisassociateThirdPartyFirewallResult() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateThirdPartyFirewallResult |
clone() |
boolean |
equals(Object obj) |
String |
getThirdPartyFirewallStatus()
The current status for the disassociation of a Firewall Manager administrators account with a third-party
firewall.
|
int |
hashCode() |
void |
setThirdPartyFirewallStatus(String thirdPartyFirewallStatus)
The current status for the disassociation of a Firewall Manager administrators account with a third-party
firewall.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateThirdPartyFirewallResult |
withThirdPartyFirewallStatus(String thirdPartyFirewallStatus)
The current status for the disassociation of a Firewall Manager administrators account with a third-party
firewall.
|
DisassociateThirdPartyFirewallResult |
withThirdPartyFirewallStatus(ThirdPartyFirewallAssociationStatus thirdPartyFirewallStatus)
The current status for the disassociation of a Firewall Manager administrators account with a third-party
firewall.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DisassociateThirdPartyFirewallResult()
public void setThirdPartyFirewallStatus(String thirdPartyFirewallStatus)
The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.
thirdPartyFirewallStatus - The current status for the disassociation of a Firewall Manager administrators account with a third-party
firewall.ThirdPartyFirewallAssociationStatuspublic String getThirdPartyFirewallStatus()
The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.
ThirdPartyFirewallAssociationStatuspublic DisassociateThirdPartyFirewallResult withThirdPartyFirewallStatus(String thirdPartyFirewallStatus)
The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.
thirdPartyFirewallStatus - The current status for the disassociation of a Firewall Manager administrators account with a third-party
firewall.ThirdPartyFirewallAssociationStatuspublic DisassociateThirdPartyFirewallResult withThirdPartyFirewallStatus(ThirdPartyFirewallAssociationStatus thirdPartyFirewallStatus)
The current status for the disassociation of a Firewall Manager administrators account with a third-party firewall.
thirdPartyFirewallStatus - The current status for the disassociation of a Firewall Manager administrators account with a third-party
firewall.ThirdPartyFirewallAssociationStatuspublic String toString()
toString in class ObjectObject.toString()public DisassociateThirdPartyFirewallResult clone()