@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchUpdateRuleResult() |
Modifier and Type | Method and Description |
---|---|
BatchUpdateRuleResult |
clone() |
boolean |
equals(Object obj) |
List<RuleUpdateSuccess> |
getSuccessful()
The rules that were successfully updated.
|
List<RuleUpdateFailure> |
getUnsuccessful()
The rules that the operation couldn't update.
|
int |
hashCode() |
void |
setSuccessful(Collection<RuleUpdateSuccess> successful)
The rules that were successfully updated.
|
void |
setUnsuccessful(Collection<RuleUpdateFailure> unsuccessful)
The rules that the operation couldn't update.
|
String |
toString()
Returns a string representation of this object.
|
BatchUpdateRuleResult |
withSuccessful(Collection<RuleUpdateSuccess> successful)
The rules that were successfully updated.
|
BatchUpdateRuleResult |
withSuccessful(RuleUpdateSuccess... successful)
The rules that were successfully updated.
|
BatchUpdateRuleResult |
withUnsuccessful(Collection<RuleUpdateFailure> unsuccessful)
The rules that the operation couldn't update.
|
BatchUpdateRuleResult |
withUnsuccessful(RuleUpdateFailure... unsuccessful)
The rules that the operation couldn't update.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RuleUpdateSuccess> getSuccessful()
The rules that were successfully updated.
public void setSuccessful(Collection<RuleUpdateSuccess> successful)
The rules that were successfully updated.
successful
- The rules that were successfully updated.public BatchUpdateRuleResult withSuccessful(RuleUpdateSuccess... successful)
The rules that were successfully updated.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessful(java.util.Collection)
or withSuccessful(java.util.Collection)
if you want to
override the existing values.
successful
- The rules that were successfully updated.public BatchUpdateRuleResult withSuccessful(Collection<RuleUpdateSuccess> successful)
The rules that were successfully updated.
successful
- The rules that were successfully updated.public List<RuleUpdateFailure> getUnsuccessful()
The rules that the operation couldn't update.
public void setUnsuccessful(Collection<RuleUpdateFailure> unsuccessful)
The rules that the operation couldn't update.
unsuccessful
- The rules that the operation couldn't update.public BatchUpdateRuleResult withUnsuccessful(RuleUpdateFailure... unsuccessful)
The rules that the operation couldn't update.
NOTE: This method appends the values to the existing list (if any). Use
setUnsuccessful(java.util.Collection)
or withUnsuccessful(java.util.Collection)
if you want to
override the existing values.
unsuccessful
- The rules that the operation couldn't update.public BatchUpdateRuleResult withUnsuccessful(Collection<RuleUpdateFailure> unsuccessful)
The rules that the operation couldn't update.
unsuccessful
- The rules that the operation couldn't update.public String toString()
toString
in class Object
Object.toString()
public BatchUpdateRuleResult clone()