@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationCloudWatchLoggingOptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteApplicationCloudWatchLoggingOptionResult() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationCloudWatchLoggingOptionResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationARN()
The application's Amazon Resource Name (ARN).
|
Long |
getApplicationVersionId()
The version ID of the application.
|
List<CloudWatchLoggingOptionDescription> |
getCloudWatchLoggingOptionDescriptions()
The descriptions of the remaining CloudWatch logging options for the application.
|
int |
hashCode() |
void |
setApplicationARN(String applicationARN)
The application's Amazon Resource Name (ARN).
|
void |
setApplicationVersionId(Long applicationVersionId)
The version ID of the application.
|
void |
setCloudWatchLoggingOptionDescriptions(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions)
The descriptions of the remaining CloudWatch logging options for the application.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationCloudWatchLoggingOptionResult |
withApplicationARN(String applicationARN)
The application's Amazon Resource Name (ARN).
|
DeleteApplicationCloudWatchLoggingOptionResult |
withApplicationVersionId(Long applicationVersionId)
The version ID of the application.
|
DeleteApplicationCloudWatchLoggingOptionResult |
withCloudWatchLoggingOptionDescriptions(CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions)
The descriptions of the remaining CloudWatch logging options for the application.
|
DeleteApplicationCloudWatchLoggingOptionResult |
withCloudWatchLoggingOptionDescriptions(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions)
The descriptions of the remaining CloudWatch logging options for the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteApplicationCloudWatchLoggingOptionResult()
public void setApplicationARN(String applicationARN)
The application's Amazon Resource Name (ARN).
applicationARN
- The application's Amazon Resource Name (ARN).public String getApplicationARN()
The application's Amazon Resource Name (ARN).
public DeleteApplicationCloudWatchLoggingOptionResult withApplicationARN(String applicationARN)
The application's Amazon Resource Name (ARN).
applicationARN
- The application's Amazon Resource Name (ARN).public void setApplicationVersionId(Long applicationVersionId)
The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each time
you change the CloudWatch logging options.
applicationVersionId
- The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each time you change the CloudWatch logging options.public Long getApplicationVersionId()
The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each time
you change the CloudWatch logging options.
ApplicationVersionId
each time you change the CloudWatch logging options.public DeleteApplicationCloudWatchLoggingOptionResult withApplicationVersionId(Long applicationVersionId)
The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each time
you change the CloudWatch logging options.
applicationVersionId
- The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId
each time you change the CloudWatch logging options.public List<CloudWatchLoggingOptionDescription> getCloudWatchLoggingOptionDescriptions()
The descriptions of the remaining CloudWatch logging options for the application.
public void setCloudWatchLoggingOptionDescriptions(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions)
The descriptions of the remaining CloudWatch logging options for the application.
cloudWatchLoggingOptionDescriptions
- The descriptions of the remaining CloudWatch logging options for the application.public DeleteApplicationCloudWatchLoggingOptionResult withCloudWatchLoggingOptionDescriptions(CloudWatchLoggingOptionDescription... cloudWatchLoggingOptionDescriptions)
The descriptions of the remaining CloudWatch logging options for the application.
NOTE: This method appends the values to the existing list (if any). Use
setCloudWatchLoggingOptionDescriptions(java.util.Collection)
or
withCloudWatchLoggingOptionDescriptions(java.util.Collection)
if you want to override the existing
values.
cloudWatchLoggingOptionDescriptions
- The descriptions of the remaining CloudWatch logging options for the application.public DeleteApplicationCloudWatchLoggingOptionResult withCloudWatchLoggingOptionDescriptions(Collection<CloudWatchLoggingOptionDescription> cloudWatchLoggingOptionDescriptions)
The descriptions of the remaining CloudWatch logging options for the application.
cloudWatchLoggingOptionDescriptions
- The descriptions of the remaining CloudWatch logging options for the application.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationCloudWatchLoggingOptionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.