@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRuleSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRuleSetRequest() |
Modifier and Type | Method and Description |
---|---|
GetRuleSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRuleSetId()
The identifier of an existing rule set to be retrieved.
|
int |
hashCode() |
void |
setRuleSetId(String ruleSetId)
The identifier of an existing rule set to be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
GetRuleSetRequest |
withRuleSetId(String ruleSetId)
The identifier of an existing rule set to be retrieved.
|
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 setRuleSetId(String ruleSetId)
The identifier of an existing rule set to be retrieved.
ruleSetId
- The identifier of an existing rule set to be retrieved.public String getRuleSetId()
The identifier of an existing rule set to be retrieved.
public GetRuleSetRequest withRuleSetId(String ruleSetId)
The identifier of an existing rule set to be retrieved.
ruleSetId
- The identifier of an existing rule set to be retrieved.public String toString()
toString
in class Object
Object.toString()
public GetRuleSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()