Class ListThirdPartyFirewallFirewallPoliciesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.fms.model.FmsRequest
-
- software.amazon.awssdk.services.fms.model.ListThirdPartyFirewallFirewallPoliciesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,ListThirdPartyFirewallFirewallPoliciesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListThirdPartyFirewallFirewallPoliciesRequest extends FmsRequest implements ToCopyableBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,ListThirdPartyFirewallFirewallPoliciesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListThirdPartyFirewallFirewallPoliciesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListThirdPartyFirewallFirewallPoliciesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of third-party firewall policies that you want Firewall Manager to return.StringnextToken()If the previous response included aNextTokenelement, the specified third-party firewall vendor is associated with more third-party firewall policies.List<SdkField<?>>sdkFields()static Class<? extends ListThirdPartyFirewallFirewallPoliciesRequest.Builder>serializableBuilderClass()ThirdPartyFirewallthirdPartyFirewall()The name of the third-party firewall vendor.StringthirdPartyFirewallAsString()The name of the third-party firewall vendor.ListThirdPartyFirewallFirewallPoliciesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
thirdPartyFirewall
public final ThirdPartyFirewall thirdPartyFirewall()
The name of the third-party firewall vendor.
If the service returns an enum value that is not available in the current SDK version,
thirdPartyFirewallwill returnThirdPartyFirewall.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromthirdPartyFirewallAsString().- Returns:
- The name of the third-party firewall vendor.
- See Also:
ThirdPartyFirewall
-
thirdPartyFirewallAsString
public final String thirdPartyFirewallAsString()
The name of the third-party firewall vendor.
If the service returns an enum value that is not available in the current SDK version,
thirdPartyFirewallwill returnThirdPartyFirewall.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromthirdPartyFirewallAsString().- Returns:
- The name of the third-party firewall vendor.
- See Also:
ThirdPartyFirewall
-
nextToken
public final String nextToken()
If the previous response included a
NextTokenelement, the specified third-party firewall vendor is associated with more third-party firewall policies. To get more third-party firewall policies, submit anotherListThirdPartyFirewallFirewallPoliciesRequestrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response. If the previous response didn't include aNextTokenelement, there are no more third-party firewall policies to get.- Returns:
- If the previous response included a
NextTokenelement, the specified third-party firewall vendor is associated with more third-party firewall policies. To get more third-party firewall policies, submit anotherListThirdPartyFirewallFirewallPoliciesRequestrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response. If the previous response didn't include aNextTokenelement, there are no more third-party firewall policies to get.
-
maxResults
public final Integer maxResults()
The maximum number of third-party firewall policies that you want Firewall Manager to return. If the specified third-party firewall vendor is associated with more than
MaxResultsfirewall policies, the response includes aNextTokenelement.NextTokencontains an encrypted token that identifies the first third-party firewall policies that Firewall Manager will return if you submit another request.- Returns:
- The maximum number of third-party firewall policies that you want Firewall Manager to return. If the
specified third-party firewall vendor is associated with more than
MaxResultsfirewall policies, the response includes aNextTokenelement.NextTokencontains an encrypted token that identifies the first third-party firewall policies that Firewall Manager will return if you submit another request.
-
toBuilder
public ListThirdPartyFirewallFirewallPoliciesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,ListThirdPartyFirewallFirewallPoliciesRequest>- Specified by:
toBuilderin classFmsRequest
-
builder
public static ListThirdPartyFirewallFirewallPoliciesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListThirdPartyFirewallFirewallPoliciesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-