public class PutEventsRequest extends AmazonWebServiceRequest implements Serializable
Constructor and Description |
---|
PutEventsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
EventsRequest |
getEventsRequest()
A set of events to process.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setEventsRequest(EventsRequest eventsRequest)
A set of events to process.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutEventsRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
PutEventsRequest |
withEventsRequest(EventsRequest eventsRequest)
A set of events to process.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getApplicationId()
public void setApplicationId(String applicationId)
applicationId
- The unique ID of your Amazon Pinpoint application.public PutEventsRequest withApplicationId(String applicationId)
Returns a reference to this object so that method calls can be chained together.
applicationId
- The unique ID of your Amazon Pinpoint application.public EventsRequest getEventsRequest()
public void setEventsRequest(EventsRequest eventsRequest)
eventsRequest
- A set of events to process.public PutEventsRequest withEventsRequest(EventsRequest eventsRequest)
Returns a reference to this object so that method calls can be chained together.
eventsRequest
- A set of events to process.public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.