@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationOutputRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteApplicationOutputRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationOutputRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationName()
The application name.
|
Long |
getCurrentApplicationVersionId()
The application version.
|
String |
getOutputId()
The ID of the configuration to delete.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The application name.
|
void |
setCurrentApplicationVersionId(Long currentApplicationVersionId)
The application version.
|
void |
setOutputId(String outputId)
The ID of the configuration to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationOutputRequest |
withApplicationName(String applicationName)
The application name.
|
DeleteApplicationOutputRequest |
withCurrentApplicationVersionId(Long currentApplicationVersionId)
The application version.
|
DeleteApplicationOutputRequest |
withOutputId(String outputId)
The ID of the configuration to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApplicationName(String applicationName)
The application name.
applicationName
- The application name.public String getApplicationName()
The application name.
public DeleteApplicationOutputRequest withApplicationName(String applicationName)
The application name.
applicationName
- The application name.public void setCurrentApplicationVersionId(Long currentApplicationVersionId)
The application version. You can use the DescribeApplication operation to get the current application
version. If the version specified is not the current version, the ConcurrentModificationException
is
returned.
currentApplicationVersionId
- The application version. You can use the DescribeApplication operation to get the current
application version. If the version specified is not the current version, the
ConcurrentModificationException
is returned.public Long getCurrentApplicationVersionId()
The application version. You can use the DescribeApplication operation to get the current application
version. If the version specified is not the current version, the ConcurrentModificationException
is
returned.
ConcurrentModificationException
is returned.public DeleteApplicationOutputRequest withCurrentApplicationVersionId(Long currentApplicationVersionId)
The application version. You can use the DescribeApplication operation to get the current application
version. If the version specified is not the current version, the ConcurrentModificationException
is
returned.
currentApplicationVersionId
- The application version. You can use the DescribeApplication operation to get the current
application version. If the version specified is not the current version, the
ConcurrentModificationException
is returned.public void setOutputId(String outputId)
The ID of the configuration to delete. Each output configuration that is added to the application (either when
the application is created or later) using the AddApplicationOutput operation has a unique ID. You need to
provide the ID to uniquely identify the output configuration that you want to delete from the application
configuration. You can use the DescribeApplication operation to get the specific OutputId
.
outputId
- The ID of the configuration to delete. Each output configuration that is added to the application (either
when the application is created or later) using the AddApplicationOutput operation has a unique ID.
You need to provide the ID to uniquely identify the output configuration that you want to delete from the
application configuration. You can use the DescribeApplication operation to get the specific
OutputId
.public String getOutputId()
The ID of the configuration to delete. Each output configuration that is added to the application (either when
the application is created or later) using the AddApplicationOutput operation has a unique ID. You need to
provide the ID to uniquely identify the output configuration that you want to delete from the application
configuration. You can use the DescribeApplication operation to get the specific OutputId
.
OutputId
.public DeleteApplicationOutputRequest withOutputId(String outputId)
The ID of the configuration to delete. Each output configuration that is added to the application (either when
the application is created or later) using the AddApplicationOutput operation has a unique ID. You need to
provide the ID to uniquely identify the output configuration that you want to delete from the application
configuration. You can use the DescribeApplication operation to get the specific OutputId
.
outputId
- The ID of the configuration to delete. Each output configuration that is added to the application (either
when the application is created or later) using the AddApplicationOutput operation has a unique ID.
You need to provide the ID to uniquely identify the output configuration that you want to delete from the
application configuration. You can use the DescribeApplication operation to get the specific
OutputId
.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationOutputRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()