@Generated(value="software.amazon.awssdk:codegen") public final class GetEventStreamRequest extends PinpointRequest implements ToCopyableBuilder<GetEventStreamRequest.Builder,GetEventStreamRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
GetEventStreamRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
The unique identifier for the application.
|
static GetEventStreamRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetEventStreamRequest.Builder> |
serializableBuilderClass() |
GetEventStreamRequest.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 GetEventStreamRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<GetEventStreamRequest.Builder,GetEventStreamRequest>
toBuilder
in class PinpointRequest
public static GetEventStreamRequest.Builder builder()
public static Class<? extends GetEventStreamRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2019. All rights reserved.