@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutManagedRuleSetVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutManagedRuleSetVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
PutManagedRuleSetVersionsRequest |
addVersionsToPublishEntry(String key,
VersionToPublish value)
Add a single VersionsToPublish entry
|
PutManagedRuleSetVersionsRequest |
clearVersionsToPublishEntries()
Removes all the entries added into VersionsToPublish.
|
PutManagedRuleSetVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
A unique identifier for the managed rule set.
|
String |
getLockToken()
A token used for optimistic locking.
|
String |
getName()
The name of the managed rule set.
|
String |
getRecommendedVersion()
The version of the named managed rule group that you'd like your customers to choose, from among your version
offerings.
|
String |
getScope()
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
Map<String,VersionToPublish> |
getVersionsToPublish()
The versions of the named managed rule group that you want to offer to your customers.
|
int |
hashCode() |
void |
setId(String id)
A unique identifier for the managed rule set.
|
void |
setLockToken(String lockToken)
A token used for optimistic locking.
|
void |
setName(String name)
The name of the managed rule set.
|
void |
setRecommendedVersion(String recommendedVersion)
The version of the named managed rule group that you'd like your customers to choose, from among your version
offerings.
|
void |
setScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
void |
setVersionsToPublish(Map<String,VersionToPublish> versionsToPublish)
The versions of the named managed rule group that you want to offer to your customers.
|
String |
toString()
Returns a string representation of this object.
|
PutManagedRuleSetVersionsRequest |
withId(String id)
A unique identifier for the managed rule set.
|
PutManagedRuleSetVersionsRequest |
withLockToken(String lockToken)
A token used for optimistic locking.
|
PutManagedRuleSetVersionsRequest |
withName(String name)
The name of the managed rule set.
|
PutManagedRuleSetVersionsRequest |
withRecommendedVersion(String recommendedVersion)
The version of the named managed rule group that you'd like your customers to choose, from among your version
offerings.
|
PutManagedRuleSetVersionsRequest |
withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
PutManagedRuleSetVersionsRequest |
withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application.
|
PutManagedRuleSetVersionsRequest |
withVersionsToPublish(Map<String,VersionToPublish> versionsToPublish)
The versions of the named managed rule group that you want to offer to your customers.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of the managed rule set. You use this, along with the rule set ID, to identify the rule set.
This name is assigned to the corresponding managed rule group, which your customers can access and use.
name
- The name of the managed rule set. You use this, along with the rule set ID, to identify the rule set.
This name is assigned to the corresponding managed rule group, which your customers can access and use.
public String getName()
The name of the managed rule set. You use this, along with the rule set ID, to identify the rule set.
This name is assigned to the corresponding managed rule group, which your customers can access and use.
This name is assigned to the corresponding managed rule group, which your customers can access and use.
public PutManagedRuleSetVersionsRequest withName(String name)
The name of the managed rule set. You use this, along with the rule set ID, to identify the rule set.
This name is assigned to the corresponding managed rule group, which your customers can access and use.
name
- The name of the managed rule set. You use this, along with the rule set ID, to identify the rule set.
This name is assigned to the corresponding managed rule group, which your customers can access and use.
public void setScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
scope
- Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional
application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL
API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access
instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the Region when you use the CloudFront scope:
--scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
Scope
public String getScope()
Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the Region when you use the CloudFront scope:
--scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
Scope
public PutManagedRuleSetVersionsRequest withScope(String scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
scope
- Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional
application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL
API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access
instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the Region when you use the CloudFront scope:
--scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
Scope
public PutManagedRuleSetVersionsRequest withScope(Scope scope)
Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the Region when you use the CloudFront scope: --scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
scope
- Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional
application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL
API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access
instance.
To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows:
CLI - Specify the Region when you use the CloudFront scope:
--scope=CLOUDFRONT --region=us-east-1
.
API and SDKs - For all calls, use the Region endpoint us-east-1.
Scope
public void setId(String id)
A unique identifier for the managed rule set. The ID is returned in the responses to commands like
list
. You provide it to operations like get
and update
.
id
- A unique identifier for the managed rule set. The ID is returned in the responses to commands like
list
. You provide it to operations like get
and update
.public String getId()
A unique identifier for the managed rule set. The ID is returned in the responses to commands like
list
. You provide it to operations like get
and update
.
list
. You provide it to operations like get
and update
.public PutManagedRuleSetVersionsRequest withId(String id)
A unique identifier for the managed rule set. The ID is returned in the responses to commands like
list
. You provide it to operations like get
and update
.
id
- A unique identifier for the managed rule set. The ID is returned in the responses to commands like
list
. You provide it to operations like get
and update
.public void setLockToken(String lockToken)
A token used for optimistic locking. WAF returns a token to your get
and list
requests,
to mark the state of the entity at the time of the request. To make changes to the entity associated with the
token, you provide the token to operations like update
and delete
. WAF uses the token
to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made,
the update fails with a WAFOptimisticLockException
. If this happens, perform another
get
, and use the new token returned by that operation.
lockToken
- A token used for optimistic locking. WAF returns a token to your get
and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity
associated with the token, you provide the token to operations like update
and
delete
. WAF uses the token to ensure that no changes have been made to the entity since you
last retrieved it. If a change has been made, the update fails with a
WAFOptimisticLockException
. If this happens, perform another get
, and use the
new token returned by that operation.public String getLockToken()
A token used for optimistic locking. WAF returns a token to your get
and list
requests,
to mark the state of the entity at the time of the request. To make changes to the entity associated with the
token, you provide the token to operations like update
and delete
. WAF uses the token
to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made,
the update fails with a WAFOptimisticLockException
. If this happens, perform another
get
, and use the new token returned by that operation.
get
and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity
associated with the token, you provide the token to operations like update
and
delete
. WAF uses the token to ensure that no changes have been made to the entity since you
last retrieved it. If a change has been made, the update fails with a
WAFOptimisticLockException
. If this happens, perform another get
, and use the
new token returned by that operation.public PutManagedRuleSetVersionsRequest withLockToken(String lockToken)
A token used for optimistic locking. WAF returns a token to your get
and list
requests,
to mark the state of the entity at the time of the request. To make changes to the entity associated with the
token, you provide the token to operations like update
and delete
. WAF uses the token
to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made,
the update fails with a WAFOptimisticLockException
. If this happens, perform another
get
, and use the new token returned by that operation.
lockToken
- A token used for optimistic locking. WAF returns a token to your get
and list
requests, to mark the state of the entity at the time of the request. To make changes to the entity
associated with the token, you provide the token to operations like update
and
delete
. WAF uses the token to ensure that no changes have been made to the entity since you
last retrieved it. If a change has been made, the update fails with a
WAFOptimisticLockException
. If this happens, perform another get
, and use the
new token returned by that operation.public void setRecommendedVersion(String recommendedVersion)
The version of the named managed rule group that you'd like your customers to choose, from among your version offerings.
recommendedVersion
- The version of the named managed rule group that you'd like your customers to choose, from among your
version offerings.public String getRecommendedVersion()
The version of the named managed rule group that you'd like your customers to choose, from among your version offerings.
public PutManagedRuleSetVersionsRequest withRecommendedVersion(String recommendedVersion)
The version of the named managed rule group that you'd like your customers to choose, from among your version offerings.
recommendedVersion
- The version of the named managed rule group that you'd like your customers to choose, from among your
version offerings.public Map<String,VersionToPublish> getVersionsToPublish()
The versions of the named managed rule group that you want to offer to your customers.
public void setVersionsToPublish(Map<String,VersionToPublish> versionsToPublish)
The versions of the named managed rule group that you want to offer to your customers.
versionsToPublish
- The versions of the named managed rule group that you want to offer to your customers.public PutManagedRuleSetVersionsRequest withVersionsToPublish(Map<String,VersionToPublish> versionsToPublish)
The versions of the named managed rule group that you want to offer to your customers.
versionsToPublish
- The versions of the named managed rule group that you want to offer to your customers.public PutManagedRuleSetVersionsRequest addVersionsToPublishEntry(String key, VersionToPublish value)
public PutManagedRuleSetVersionsRequest clearVersionsToPublishEntries()
public String toString()
toString
in class Object
Object.toString()
public PutManagedRuleSetVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()