@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutEventStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutEventStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutEventStreamRequest |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The unique ID of your Amazon Pinpoint application.
|
WriteEventStream |
getWriteEventStream() |
int |
hashCode() |
void |
setApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
void |
setWriteEventStream(WriteEventStream writeEventStream) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutEventStreamRequest |
withApplicationId(String applicationId)
The unique ID of your Amazon Pinpoint application.
|
PutEventStreamRequest |
withWriteEventStream(WriteEventStream writeEventStream) |
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 PutEventStreamRequest withApplicationId(String applicationId)
applicationId - The unique ID of your Amazon Pinpoint application.public void setWriteEventStream(WriteEventStream writeEventStream)
writeEventStream - public WriteEventStream getWriteEventStream()
public PutEventStreamRequest withWriteEventStream(WriteEventStream writeEventStream)
writeEventStream - public String toString()
toString in class ObjectObject.toString()public PutEventStreamRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.