public class Application extends Object implements Serializable, Cloneable
Contains information about an Inspector application.
This data type is used as the response element in the DescribeApplication action.
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
Application |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationArn()
The ARN specifying the Inspector application.
|
String |
getApplicationName()
The name of the Inspector application.
|
String |
getResourceGroupArn()
The ARN specifying the resource group that is associated with the
application.
|
int |
hashCode() |
void |
setApplicationArn(String applicationArn)
The ARN specifying the Inspector application.
|
void |
setApplicationName(String applicationName)
The name of the Inspector application.
|
void |
setResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is associated with the
application.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Application |
withApplicationArn(String applicationArn)
The ARN specifying the Inspector application.
|
Application |
withApplicationName(String applicationName)
The name of the Inspector application.
|
Application |
withResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is associated with the
application.
|
public void setApplicationArn(String applicationArn)
The ARN specifying the Inspector application.
applicationArn
- The ARN specifying the Inspector application.public String getApplicationArn()
The ARN specifying the Inspector application.
public Application withApplicationArn(String applicationArn)
The ARN specifying the Inspector application.
applicationArn
- The ARN specifying the Inspector application.public void setApplicationName(String applicationName)
The name of the Inspector application.
applicationName
- The name of the Inspector application.public String getApplicationName()
The name of the Inspector application.
public Application withApplicationName(String applicationName)
The name of the Inspector application.
applicationName
- The name of the Inspector application.public void setResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is associated with the application.
resourceGroupArn
- The ARN specifying the resource group that is associated with the
application.public String getResourceGroupArn()
The ARN specifying the resource group that is associated with the application.
public Application withResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is associated with the application.
resourceGroupArn
- The ARN specifying the resource group that is associated with the
application.public String toString()
toString
in class Object
Object.toString()
public Application clone()
Copyright © 2015. All rights reserved.