@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteApplicationReferenceDataSourceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteApplicationReferenceDataSourceResult() |
Modifier and Type | Method and Description |
---|---|
DeleteApplicationReferenceDataSourceResult |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationARN()
The application Amazon Resource Name (ARN).
|
Long |
getApplicationVersionId()
The updated version ID of the application.
|
int |
hashCode() |
void |
setApplicationARN(String applicationARN)
The application Amazon Resource Name (ARN).
|
void |
setApplicationVersionId(Long applicationVersionId)
The updated version ID of the application.
|
String |
toString()
Returns a string representation of this object.
|
DeleteApplicationReferenceDataSourceResult |
withApplicationARN(String applicationARN)
The application Amazon Resource Name (ARN).
|
DeleteApplicationReferenceDataSourceResult |
withApplicationVersionId(Long applicationVersionId)
The updated version ID of the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteApplicationReferenceDataSourceResult()
public void setApplicationARN(String applicationARN)
The application Amazon Resource Name (ARN).
applicationARN
- The application Amazon Resource Name (ARN).public String getApplicationARN()
The application Amazon Resource Name (ARN).
public DeleteApplicationReferenceDataSourceResult withApplicationARN(String applicationARN)
The application Amazon Resource Name (ARN).
applicationARN
- The application Amazon Resource Name (ARN).public void setApplicationVersionId(Long applicationVersionId)
The updated version ID of the application.
applicationVersionId
- The updated version ID of the application.public Long getApplicationVersionId()
The updated version ID of the application.
public DeleteApplicationReferenceDataSourceResult withApplicationVersionId(Long applicationVersionId)
The updated version ID of the application.
applicationVersionId
- The updated version ID of the application.public String toString()
toString
in class Object
Object.toString()
public DeleteApplicationReferenceDataSourceResult clone()