@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateThirdPartyFirewallRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
AssociateThirdPartyFirewallRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssociateThirdPartyFirewallRequest |
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.
|
AssociateThirdPartyFirewallRequest |
withThirdPartyFirewall(String thirdPartyFirewall)
The name of the third-party firewall vendor.
|
AssociateThirdPartyFirewallRequest |
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 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 AssociateThirdPartyFirewallRequest withThirdPartyFirewall(String thirdPartyFirewall)
The name of the third-party firewall vendor.
thirdPartyFirewall - The name of the third-party firewall vendor.ThirdPartyFirewallpublic AssociateThirdPartyFirewallRequest 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 AssociateThirdPartyFirewallRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()