@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutEventsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutEventsRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutEventsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
EventsRequest |
getEventsRequest() |
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setEventsRequest(EventsRequest eventsRequest) |
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) |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setApplicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public String getApplicationId()
public PutEventsRequest withApplicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public void setEventsRequest(EventsRequest eventsRequest)
eventsRequest - public EventsRequest getEventsRequest()
public PutEventsRequest withEventsRequest(EventsRequest eventsRequest)
eventsRequest - public String toString()
toString in class ObjectObject.toString()public PutEventsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.