@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThirdPartyFirewallFirewallPolicy extends Object implements Serializable, Cloneable, StructuredPojo
Configures the third-party firewall's firewall policy.
Constructor and Description |
---|
ThirdPartyFirewallFirewallPolicy() |
Modifier and Type | Method and Description |
---|---|
ThirdPartyFirewallFirewallPolicy |
clone() |
boolean |
equals(Object obj) |
String |
getFirewallPolicyId()
The ID of the specified firewall policy.
|
String |
getFirewallPolicyName()
The name of the specified firewall policy.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFirewallPolicyId(String firewallPolicyId)
The ID of the specified firewall policy.
|
void |
setFirewallPolicyName(String firewallPolicyName)
The name of the specified firewall policy.
|
String |
toString()
Returns a string representation of this object.
|
ThirdPartyFirewallFirewallPolicy |
withFirewallPolicyId(String firewallPolicyId)
The ID of the specified firewall policy.
|
ThirdPartyFirewallFirewallPolicy |
withFirewallPolicyName(String firewallPolicyName)
The name of the specified firewall policy.
|
public void setFirewallPolicyId(String firewallPolicyId)
The ID of the specified firewall policy.
firewallPolicyId
- The ID of the specified firewall policy.public String getFirewallPolicyId()
The ID of the specified firewall policy.
public ThirdPartyFirewallFirewallPolicy withFirewallPolicyId(String firewallPolicyId)
The ID of the specified firewall policy.
firewallPolicyId
- The ID of the specified firewall policy.public void setFirewallPolicyName(String firewallPolicyName)
The name of the specified firewall policy.
firewallPolicyName
- The name of the specified firewall policy.public String getFirewallPolicyName()
The name of the specified firewall policy.
public ThirdPartyFirewallFirewallPolicy withFirewallPolicyName(String firewallPolicyName)
The name of the specified firewall policy.
firewallPolicyName
- The name of the specified firewall policy.public String toString()
toString
in class Object
Object.toString()
public ThirdPartyFirewallFirewallPolicy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.