Class WafResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.waf.model.WafResponse
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
AssociateWebAclResponse,CreateByteMatchSetResponse,CreateGeoMatchSetResponse,CreateIpSetResponse,CreateRateBasedRuleResponse,CreateRegexMatchSetResponse,CreateRegexPatternSetResponse,CreateRuleGroupResponse,CreateRuleResponse,CreateSizeConstraintSetResponse,CreateSqlInjectionMatchSetResponse,CreateWebAclMigrationStackResponse,CreateWebAclResponse,CreateXssMatchSetResponse,DeleteByteMatchSetResponse,DeleteGeoMatchSetResponse,DeleteIpSetResponse,DeleteLoggingConfigurationResponse,DeletePermissionPolicyResponse,DeleteRateBasedRuleResponse,DeleteRegexMatchSetResponse,DeleteRegexPatternSetResponse,DeleteRuleGroupResponse,DeleteRuleResponse,DeleteSizeConstraintSetResponse,DeleteSqlInjectionMatchSetResponse,DeleteWebAclResponse,DeleteXssMatchSetResponse,DisassociateWebAclResponse,GetByteMatchSetResponse,GetChangeTokenResponse,GetChangeTokenStatusResponse,GetGeoMatchSetResponse,GetIpSetResponse,GetLoggingConfigurationResponse,GetPermissionPolicyResponse,GetRateBasedRuleManagedKeysResponse,GetRateBasedRuleResponse,GetRegexMatchSetResponse,GetRegexPatternSetResponse,GetRuleGroupResponse,GetRuleResponse,GetSampledRequestsResponse,GetSizeConstraintSetResponse,GetSqlInjectionMatchSetResponse,GetWebAclForResourceResponse,GetWebAclResponse,GetXssMatchSetResponse,ListActivatedRulesInRuleGroupResponse,ListByteMatchSetsResponse,ListGeoMatchSetsResponse,ListIpSetsResponse,ListLoggingConfigurationsResponse,ListRateBasedRulesResponse,ListRegexMatchSetsResponse,ListRegexPatternSetsResponse,ListResourcesForWebAclResponse,ListRuleGroupsResponse,ListRulesResponse,ListSizeConstraintSetsResponse,ListSqlInjectionMatchSetsResponse,ListSubscribedRuleGroupsResponse,ListTagsForResourceResponse,ListWebAcLsResponse,ListXssMatchSetsResponse,PutLoggingConfigurationResponse,PutPermissionPolicyResponse,TagResourceResponse,UntagResourceResponse,UpdateByteMatchSetResponse,UpdateGeoMatchSetResponse,UpdateIpSetResponse,UpdateRateBasedRuleResponse,UpdateRegexMatchSetResponse,UpdateRegexPatternSetResponse,UpdateRuleGroupResponse,UpdateRuleResponse,UpdateSizeConstraintSetResponse,UpdateSqlInjectionMatchSetResponse,UpdateWebAclResponse,UpdateXssMatchSetResponse
@Generated("software.amazon.awssdk:codegen") public abstract class WafResponse extends AwsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWafResponse.Builderprotected static classWafResponse.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedWafResponse(WafResponse.Builder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WafResponseMetadataresponseMetadata()-
Methods inherited from class software.amazon.awssdk.awscore.AwsResponse
equals, hashCode, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
getValueForField, sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Constructor Detail
-
WafResponse
protected WafResponse(WafResponse.Builder builder)
-
-
Method Detail
-
responseMetadata
public WafResponseMetadata responseMetadata()
- Overrides:
responseMetadatain classAwsResponse
-
-