@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.FirewallDeploymentModel
public String getFirewallDeploymentModel()
Defines the deployment model to use for the third-party firewall policy.
FirewallDeploymentModel
public 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.FirewallDeploymentModel
public 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.FirewallDeploymentModel
public String toString()
toString
in class Object
Object.toString()
public ThirdPartyFirewallPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.