@Generated(value="software.amazon.awssdk:codegen") public final class PutEventsRequest extends PinpointRequest implements ToCopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
PutEventsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The unique identifier for the application.
|
static PutEventsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventsRequest |
eventsRequest()
Returns the value of the EventsRequest property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutEventsRequest.Builder> |
serializableBuilderClass() |
PutEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String applicationId()
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
public EventsRequest eventsRequest()
public PutEventsRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PutEventsRequest.Builder,PutEventsRequest>
toBuilder
in class PinpointRequest
public static PutEventsRequest.Builder builder()
public static Class<? extends PutEventsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.