@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterTargetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeregisterTargetsResult() |
| Modifier and Type | Method and Description |
|---|---|
DeregisterTargetsResult |
clone() |
boolean |
equals(Object obj) |
List<Target> |
getSuccessful()
The targets that were successfully deregistered.
|
List<TargetFailure> |
getUnsuccessful()
The targets that the operation couldn't deregister.
|
int |
hashCode() |
void |
setSuccessful(Collection<Target> successful)
The targets that were successfully deregistered.
|
void |
setUnsuccessful(Collection<TargetFailure> unsuccessful)
The targets that the operation couldn't deregister.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterTargetsResult |
withSuccessful(Collection<Target> successful)
The targets that were successfully deregistered.
|
DeregisterTargetsResult |
withSuccessful(Target... successful)
The targets that were successfully deregistered.
|
DeregisterTargetsResult |
withUnsuccessful(Collection<TargetFailure> unsuccessful)
The targets that the operation couldn't deregister.
|
DeregisterTargetsResult |
withUnsuccessful(TargetFailure... unsuccessful)
The targets that the operation couldn't deregister.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Target> getSuccessful()
The targets that were successfully deregistered.
public void setSuccessful(Collection<Target> successful)
The targets that were successfully deregistered.
successful - The targets that were successfully deregistered.public DeregisterTargetsResult withSuccessful(Target... successful)
The targets that were successfully deregistered.
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 targets that were successfully deregistered.public DeregisterTargetsResult withSuccessful(Collection<Target> successful)
The targets that were successfully deregistered.
successful - The targets that were successfully deregistered.public List<TargetFailure> getUnsuccessful()
The targets that the operation couldn't deregister.
public void setUnsuccessful(Collection<TargetFailure> unsuccessful)
The targets that the operation couldn't deregister.
unsuccessful - The targets that the operation couldn't deregister.public DeregisterTargetsResult withUnsuccessful(TargetFailure... unsuccessful)
The targets that the operation couldn't deregister.
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 targets that the operation couldn't deregister.public DeregisterTargetsResult withUnsuccessful(Collection<TargetFailure> unsuccessful)
The targets that the operation couldn't deregister.
unsuccessful - The targets that the operation couldn't deregister.public String toString()
toString in class ObjectObject.toString()public DeregisterTargetsResult clone()