@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchUpdateRuleRequest() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getListenerIdentifier()
The ID or Amazon Resource Name (ARN) of the listener.
|
List<RuleUpdate> |
getRules()
The rules for the specified listener.
|
String |
getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
|
int |
hashCode() |
void |
setListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
|
void |
setRules(Collection<RuleUpdate> rules)
The rules for the specified listener.
|
void |
setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateRuleRequest |
withListenerIdentifier(String listenerIdentifier)
The ID or Amazon Resource Name (ARN) of the listener.
|
BatchUpdateRuleRequest |
withRules(Collection<RuleUpdate> rules)
The rules for the specified listener.
|
BatchUpdateRuleRequest |
withRules(RuleUpdate... rules)
The rules for the specified listener.
|
BatchUpdateRuleRequest |
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 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 BatchUpdateRuleRequest 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 List<RuleUpdate> getRules()
The rules for the specified listener.
public void setRules(Collection<RuleUpdate> rules)
The rules for the specified listener.
rules
- The rules for the specified listener.public BatchUpdateRuleRequest withRules(RuleUpdate... rules)
The rules for the specified listener.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- The rules for the specified listener.public BatchUpdateRuleRequest withRules(Collection<RuleUpdate> rules)
The rules for the specified listener.
rules
- The rules for the specified listener.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 BatchUpdateRuleRequest 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 BatchUpdateRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()