@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutPartnerEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutPartnerEventsRequest() |
Modifier and Type | Method and Description |
---|---|
PutPartnerEventsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<PutPartnerEventsRequestEntry> |
getEntries()
The list of events to write to the event bus.
|
int |
hashCode() |
void |
setEntries(Collection<PutPartnerEventsRequestEntry> entries)
The list of events to write to the event bus.
|
String |
toString()
Returns a string representation of this object.
|
PutPartnerEventsRequest |
withEntries(Collection<PutPartnerEventsRequestEntry> entries)
The list of events to write to the event bus.
|
PutPartnerEventsRequest |
withEntries(PutPartnerEventsRequestEntry... entries)
The list of events to write to the event bus.
|
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 List<PutPartnerEventsRequestEntry> getEntries()
The list of events to write to the event bus.
public void setEntries(Collection<PutPartnerEventsRequestEntry> entries)
The list of events to write to the event bus.
entries
- The list of events to write to the event bus.public PutPartnerEventsRequest withEntries(PutPartnerEventsRequestEntry... entries)
The list of events to write to the event bus.
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection)
or withEntries(java.util.Collection)
if you want to override
the existing values.
entries
- The list of events to write to the event bus.public PutPartnerEventsRequest withEntries(Collection<PutPartnerEventsRequestEntry> entries)
The list of events to write to the event bus.
entries
- The list of events to write to the event bus.public String toString()
toString
in class Object
Object.toString()
public PutPartnerEventsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()