@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutContactResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchPutContactResult() |
Modifier and Type | Method and Description |
---|---|
BatchPutContactResult |
clone() |
boolean |
equals(Object obj) |
List<FailedRequest> |
getFailedRequestList()
List of requests for which contact creation failed.
|
List<SuccessfulRequest> |
getSuccessfulRequestList()
List of requests for which contact was successfully created.
|
int |
hashCode() |
void |
setFailedRequestList(Collection<FailedRequest> failedRequestList)
List of requests for which contact creation failed.
|
void |
setSuccessfulRequestList(Collection<SuccessfulRequest> successfulRequestList)
List of requests for which contact was successfully created.
|
String |
toString()
Returns a string representation of this object.
|
BatchPutContactResult |
withFailedRequestList(Collection<FailedRequest> failedRequestList)
List of requests for which contact creation failed.
|
BatchPutContactResult |
withFailedRequestList(FailedRequest... failedRequestList)
List of requests for which contact creation failed.
|
BatchPutContactResult |
withSuccessfulRequestList(Collection<SuccessfulRequest> successfulRequestList)
List of requests for which contact was successfully created.
|
BatchPutContactResult |
withSuccessfulRequestList(SuccessfulRequest... successfulRequestList)
List of requests for which contact was successfully created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<SuccessfulRequest> getSuccessfulRequestList()
List of requests for which contact was successfully created.
public void setSuccessfulRequestList(Collection<SuccessfulRequest> successfulRequestList)
List of requests for which contact was successfully created.
successfulRequestList
- List of requests for which contact was successfully created.public BatchPutContactResult withSuccessfulRequestList(SuccessfulRequest... successfulRequestList)
List of requests for which contact was successfully created.
NOTE: This method appends the values to the existing list (if any). Use
setSuccessfulRequestList(java.util.Collection)
or
withSuccessfulRequestList(java.util.Collection)
if you want to override the existing values.
successfulRequestList
- List of requests for which contact was successfully created.public BatchPutContactResult withSuccessfulRequestList(Collection<SuccessfulRequest> successfulRequestList)
List of requests for which contact was successfully created.
successfulRequestList
- List of requests for which contact was successfully created.public List<FailedRequest> getFailedRequestList()
List of requests for which contact creation failed.
public void setFailedRequestList(Collection<FailedRequest> failedRequestList)
List of requests for which contact creation failed.
failedRequestList
- List of requests for which contact creation failed.public BatchPutContactResult withFailedRequestList(FailedRequest... failedRequestList)
List of requests for which contact creation failed.
NOTE: This method appends the values to the existing list (if any). Use
setFailedRequestList(java.util.Collection)
or withFailedRequestList(java.util.Collection)
if
you want to override the existing values.
failedRequestList
- List of requests for which contact creation failed.public BatchPutContactResult withFailedRequestList(Collection<FailedRequest> failedRequestList)
List of requests for which contact creation failed.
failedRequestList
- List of requests for which contact creation failed.public String toString()
toString
in class Object
Object.toString()
public BatchPutContactResult clone()