@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetThirdPartyFirewallAssociationStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetThirdPartyFirewallAssociationStatusRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetThirdPartyFirewallAssociationStatusRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getThirdPartyFirewall()
 The name of the third-party firewall vendor. | 
| int | hashCode() | 
| void | setThirdPartyFirewall(String thirdPartyFirewall)
 The name of the third-party firewall vendor. | 
| String | toString()Returns a string representation of this object. | 
| GetThirdPartyFirewallAssociationStatusRequest | withThirdPartyFirewall(String thirdPartyFirewall)
 The name of the third-party firewall vendor. | 
| GetThirdPartyFirewallAssociationStatusRequest | withThirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)
 The name of the third-party firewall vendor. | 
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, withSdkRequestTimeoutpublic GetThirdPartyFirewallAssociationStatusRequest()
public void setThirdPartyFirewall(String thirdPartyFirewall)
The name of the third-party firewall vendor.
thirdPartyFirewall - The name of the third-party firewall vendor.ThirdPartyFirewallpublic String getThirdPartyFirewall()
The name of the third-party firewall vendor.
ThirdPartyFirewallpublic GetThirdPartyFirewallAssociationStatusRequest withThirdPartyFirewall(String thirdPartyFirewall)
The name of the third-party firewall vendor.
thirdPartyFirewall - The name of the third-party firewall vendor.ThirdPartyFirewallpublic GetThirdPartyFirewallAssociationStatusRequest withThirdPartyFirewall(ThirdPartyFirewall thirdPartyFirewall)
The name of the third-party firewall vendor.
thirdPartyFirewall - The name of the third-party firewall vendor.ThirdPartyFirewallpublic String toString()
toString in class ObjectObject.toString()public GetThirdPartyFirewallAssociationStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()