@Generated(value="software.amazon.awssdk:codegen") public final class AddApplicationInputProcessingConfigurationResponse extends KinesisAnalyticsV2Response implements ToCopyableBuilder<AddApplicationInputProcessingConfigurationResponse.Builder,AddApplicationInputProcessingConfigurationResponse>
Modifier and Type | Class and Description |
---|---|
static interface |
AddApplicationInputProcessingConfigurationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
applicationARN()
The Amazon Resource Name (ARN) of the application.
|
Long |
applicationVersionId()
Provides the current application version.
|
static AddApplicationInputProcessingConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
int |
hashCode() |
String |
inputId()
The input ID that is associated with the application input.
|
InputProcessingConfigurationDescription |
inputProcessingConfigurationDescription()
The description of the preprocessor that executes on records in this input before the application's code is run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddApplicationInputProcessingConfigurationResponse.Builder> |
serializableBuilderClass() |
AddApplicationInputProcessingConfigurationResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
responseMetadata
sdkHttpResponse
copy
public String applicationARN()
The Amazon Resource Name (ARN) of the application.
public Long applicationVersionId()
Provides the current application version.
public String inputId()
The input ID that is associated with the application input. This is the ID that Amazon Kinesis Data Analytics assigns to each input configuration that you add to your application.
public InputProcessingConfigurationDescription inputProcessingConfigurationDescription()
The description of the preprocessor that executes on records in this input before the application's code is run.
public AddApplicationInputProcessingConfigurationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AddApplicationInputProcessingConfigurationResponse.Builder,AddApplicationInputProcessingConfigurationResponse>
toBuilder
in class AwsResponse
public static AddApplicationInputProcessingConfigurationResponse.Builder builder()
public static Class<? extends AddApplicationInputProcessingConfigurationResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.