@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRuleRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
RuleAction |
getAction()
Information about the action for the specified listener rule.
|
String |
getListenerIdentifier()
The ID or Amazon Resource Name (ARN) of the listener.
|
RuleMatch |
getMatch()
The rule match.
|
Integer |
getPriority()
The rule priority.
|
String |
getRuleIdentifier()
The ID or Amazon Resource Name (ARN) of the rule.
|
String |
getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
|
int |
hashCode() |
void |
setAction(RuleAction action)
Information about the action for the specified listener rule.
|
void |
setListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
|
void |
setMatch(RuleMatch match)
The rule match.
|
void |
setPriority(Integer priority)
The rule priority.
|
void |
setRuleIdentifier(String ruleIdentifier)
The ID or Amazon Resource Name (ARN) of the rule.
|
void |
setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRuleRequest |
withAction(RuleAction action)
Information about the action for the specified listener rule.
|
UpdateRuleRequest |
withListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
|
UpdateRuleRequest |
withMatch(RuleMatch match)
The rule match.
|
UpdateRuleRequest |
withPriority(Integer priority)
The rule priority.
|
UpdateRuleRequest |
withRuleIdentifier(String ruleIdentifier)
The ID or Amazon Resource Name (ARN) of the rule.
|
UpdateRuleRequest |
withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
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 setAction(RuleAction action)
Information about the action for the specified listener rule.
action
- Information about the action for the specified listener rule.public RuleAction getAction()
Information about the action for the specified listener rule.
public UpdateRuleRequest withAction(RuleAction action)
Information about the action for the specified listener rule.
action
- Information about the action for the specified listener rule.public void setListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
listenerIdentifier
- The ID or Amazon Resource Name (ARN) of the listener.public String getListenerIdentifier()
The ID or Amazon Resource Name (ARN) of the listener.
public UpdateRuleRequest withListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
listenerIdentifier
- The ID or Amazon Resource Name (ARN) of the listener.public void setMatch(RuleMatch match)
The rule match.
match
- The rule match.public RuleMatch getMatch()
The rule match.
public UpdateRuleRequest withMatch(RuleMatch match)
The rule match.
match
- The rule match.public void setPriority(Integer priority)
The rule priority. A listener can't have multiple rules with the same priority.
priority
- The rule priority. A listener can't have multiple rules with the same priority.public Integer getPriority()
The rule priority. A listener can't have multiple rules with the same priority.
public UpdateRuleRequest withPriority(Integer priority)
The rule priority. A listener can't have multiple rules with the same priority.
priority
- The rule priority. A listener can't have multiple rules with the same priority.public void setRuleIdentifier(String ruleIdentifier)
The ID or Amazon Resource Name (ARN) of the rule.
ruleIdentifier
- The ID or Amazon Resource Name (ARN) of the rule.public String getRuleIdentifier()
The ID or Amazon Resource Name (ARN) of the rule.
public UpdateRuleRequest withRuleIdentifier(String ruleIdentifier)
The ID or Amazon Resource Name (ARN) of the rule.
ruleIdentifier
- The ID or Amazon Resource Name (ARN) of the rule.public void setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier
- The ID or Amazon Resource Name (ARN) of the service.public String getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
public UpdateRuleRequest withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier
- The ID or Amazon Resource Name (ARN) of the service.public String toString()
toString
in class Object
Object.toString()
public UpdateRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()