@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThirdPartyFirewallPolicy extends Object implements Serializable, Cloneable, StructuredPojo
Configures the deployment model for the third-party firewall.
| Constructor and Description |
|---|
ThirdPartyFirewallPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyFirewallPolicy |
clone() |
boolean |
equals(Object obj) |
String |
getFirewallDeploymentModel()
Defines the deployment model to use for the third-party firewall policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFirewallDeploymentModel(String firewallDeploymentModel)
Defines the deployment model to use for the third-party firewall policy.
|
String |
toString()
Returns a string representation of this object.
|
ThirdPartyFirewallPolicy |
withFirewallDeploymentModel(FirewallDeploymentModel firewallDeploymentModel)
Defines the deployment model to use for the third-party firewall policy.
|
ThirdPartyFirewallPolicy |
withFirewallDeploymentModel(String firewallDeploymentModel)
Defines the deployment model to use for the third-party firewall policy.
|
public void setFirewallDeploymentModel(String firewallDeploymentModel)
Defines the deployment model to use for the third-party firewall policy.
firewallDeploymentModel - Defines the deployment model to use for the third-party firewall policy.FirewallDeploymentModelpublic String getFirewallDeploymentModel()
Defines the deployment model to use for the third-party firewall policy.
FirewallDeploymentModelpublic ThirdPartyFirewallPolicy withFirewallDeploymentModel(String firewallDeploymentModel)
Defines the deployment model to use for the third-party firewall policy.
firewallDeploymentModel - Defines the deployment model to use for the third-party firewall policy.FirewallDeploymentModelpublic ThirdPartyFirewallPolicy withFirewallDeploymentModel(FirewallDeploymentModel firewallDeploymentModel)
Defines the deployment model to use for the third-party firewall policy.
firewallDeploymentModel - Defines the deployment model to use for the third-party firewall policy.FirewallDeploymentModelpublic String toString()
toString in class ObjectObject.toString()public ThirdPartyFirewallPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.