@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddApplicationInputProcessingConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AddApplicationInputProcessingConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
AddApplicationInputProcessingConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationARN()
The Amazon Resource Name (ARN) of the application.
|
Long |
getApplicationVersionId()
Provides the current application version.
|
String |
getInputId()
The input ID that is associated with the application input.
|
InputProcessingConfigurationDescription |
getInputProcessingConfigurationDescription()
The description of the preprocessor that executes on records in this input before the application's code is run.
|
int |
hashCode() |
void |
setApplicationARN(String applicationARN)
The Amazon Resource Name (ARN) of the application.
|
void |
setApplicationVersionId(Long applicationVersionId)
Provides the current application version.
|
void |
setInputId(String inputId)
The input ID that is associated with the application input.
|
void |
setInputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is run.
|
String |
toString()
Returns a string representation of this object.
|
AddApplicationInputProcessingConfigurationResult |
withApplicationARN(String applicationARN)
The Amazon Resource Name (ARN) of the application.
|
AddApplicationInputProcessingConfigurationResult |
withApplicationVersionId(Long applicationVersionId)
Provides the current application version.
|
AddApplicationInputProcessingConfigurationResult |
withInputId(String inputId)
The input ID that is associated with the application input.
|
AddApplicationInputProcessingConfigurationResult |
withInputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public AddApplicationInputProcessingConfigurationResult()
public void setApplicationARN(String applicationARN)
The Amazon Resource Name (ARN) of the application.
applicationARN
- The Amazon Resource Name (ARN) of the application.public String getApplicationARN()
The Amazon Resource Name (ARN) of the application.
public AddApplicationInputProcessingConfigurationResult withApplicationARN(String applicationARN)
The Amazon Resource Name (ARN) of the application.
applicationARN
- The Amazon Resource Name (ARN) of the application.public void setApplicationVersionId(Long applicationVersionId)
Provides the current application version.
applicationVersionId
- Provides the current application version.public Long getApplicationVersionId()
Provides the current application version.
public AddApplicationInputProcessingConfigurationResult withApplicationVersionId(Long applicationVersionId)
Provides the current application version.
applicationVersionId
- Provides the current application version.public void setInputId(String inputId)
The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.
inputId
- The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics
assigns to each input configuration that you add to your application.public String getInputId()
The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.
public AddApplicationInputProcessingConfigurationResult withInputId(String inputId)
The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.
inputId
- The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics
assigns to each input configuration that you add to your application.public void setInputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is run.
inputProcessingConfigurationDescription
- The description of the preprocessor that executes on records in this input before the application's code
is run.public InputProcessingConfigurationDescription getInputProcessingConfigurationDescription()
The description of the preprocessor that executes on records in this input before the application's code is run.
public AddApplicationInputProcessingConfigurationResult withInputProcessingConfigurationDescription(InputProcessingConfigurationDescription inputProcessingConfigurationDescription)
The description of the preprocessor that executes on records in this input before the application's code is run.
inputProcessingConfigurationDescription
- The description of the preprocessor that executes on records in this input before the application's code
is run.public String toString()
toString
in class Object
Object.toString()
public AddApplicationInputProcessingConfigurationResult clone()