Class CreateAssociationBatchResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the associations that failed.Information about the associations that succeeded.int
hashCode()
void
setFailed
(Collection<FailedCreateAssociation> failed) Information about the associations that failed.void
setSuccessful
(Collection<AssociationDescription> successful) Information about the associations that succeeded.toString()
Returns a string representation of this object; useful for testing and debugging.withFailed
(FailedCreateAssociation... failed) Information about the associations that failed.withFailed
(Collection<FailedCreateAssociation> failed) Information about the associations that failed.withSuccessful
(AssociationDescription... successful) Information about the associations that succeeded.withSuccessful
(Collection<AssociationDescription> successful) Information about the associations that succeeded.
-
Constructor Details
-
CreateAssociationBatchResult
public CreateAssociationBatchResult()
-
-
Method Details
-
getSuccessful
Information about the associations that succeeded.
- Returns:
- Information about the associations that succeeded.
-
setSuccessful
Information about the associations that succeeded.
- Parameters:
successful
- Information about the associations that succeeded.
-
withSuccessful
Information about the associations that succeeded.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessful(java.util.Collection)
orwithSuccessful(java.util.Collection)
if you want to override the existing values.- Parameters:
successful
- Information about the associations that succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withSuccessful
Information about the associations that succeeded.
- Parameters:
successful
- Information about the associations that succeeded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getFailed
Information about the associations that failed.
- Returns:
- Information about the associations that failed.
-
setFailed
Information about the associations that failed.
- Parameters:
failed
- Information about the associations that failed.
-
withFailed
Information about the associations that failed.
NOTE: This method appends the values to the existing list (if any). Use
setFailed(java.util.Collection)
orwithFailed(java.util.Collection)
if you want to override the existing values.- Parameters:
failed
- Information about the associations that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFailed
Information about the associations that failed.
- Parameters:
failed
- Information about the associations that failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-