@Generated(value="software.amazon.awssdk:codegen") public final class ListThirdPartyFirewallFirewallPoliciesRequest extends FmsRequest implements ToCopyableBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,ListThirdPartyFirewallFirewallPoliciesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListThirdPartyFirewallFirewallPoliciesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListThirdPartyFirewallFirewallPoliciesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of third-party firewall policies that you want Firewall Manager to return.
|
String |
nextToken()
If the previous response included a
NextToken element, the specified third-party firewall vendor is
associated with more third-party firewall policies. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListThirdPartyFirewallFirewallPoliciesRequest.Builder> |
serializableBuilderClass() |
ThirdPartyFirewall |
thirdPartyFirewall()
The name of the third-party firewall vendor.
|
String |
thirdPartyFirewallAsString()
The name of the third-party firewall vendor.
|
ListThirdPartyFirewallFirewallPoliciesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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,
thirdPartyFirewall will return ThirdPartyFirewall.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from thirdPartyFirewallAsString().
ThirdPartyFirewallpublic 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,
thirdPartyFirewall will return ThirdPartyFirewall.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from thirdPartyFirewallAsString().
ThirdPartyFirewallpublic final String nextToken()
If the previous response included a NextToken element, the specified third-party firewall vendor is
associated with more third-party firewall policies. To get more third-party firewall policies, submit another
ListThirdPartyFirewallFirewallPoliciesRequest request.
For the value of NextToken, specify the value of NextToken from the previous response.
If the previous response didn't include a NextToken element, there are no more third-party firewall
policies to get.
NextToken element, the specified third-party firewall
vendor is associated with more third-party firewall policies. To get more third-party firewall policies,
submit another ListThirdPartyFirewallFirewallPoliciesRequest request.
For the value of NextToken, specify the value of NextToken from the previous
response. If the previous response didn't include a NextToken element, there are no more
third-party firewall policies to get.
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 MaxResults firewall policies, the response
includes a NextToken element. NextToken contains an encrypted token that identifies the
first third-party firewall policies that Firewall Manager will return if you submit another request.
MaxResults firewall
policies, the response includes a NextToken element. NextToken contains an
encrypted token that identifies the first third-party firewall policies that Firewall Manager will return
if you submit another request.public ListThirdPartyFirewallFirewallPoliciesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListThirdPartyFirewallFirewallPoliciesRequest.Builder,ListThirdPartyFirewallFirewallPoliciesRequest>toBuilder in class FmsRequestpublic static ListThirdPartyFirewallFirewallPoliciesRequest.Builder builder()
public static Class<? extends ListThirdPartyFirewallFirewallPoliciesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.