@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationInfo extends Object implements Serializable, Cloneable, StructuredPojo
Describes the status of the application.
Constructor and Description |
---|
ApplicationInfo() |
Modifier and Type | Method and Description |
---|---|
ApplicationInfo |
clone() |
boolean |
equals(Object obj) |
String |
getLifeCycle()
The lifecycle of the application.
|
String |
getRemarks()
The issues on the user side that are blocking Application Insights from fully monitoring the application.
|
String |
getResourceGroupName()
The name of the resource group used for the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLifeCycle(String lifeCycle)
The lifecycle of the application.
|
void |
setRemarks(String remarks)
The issues on the user side that are blocking Application Insights from fully monitoring the application.
|
void |
setResourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationInfo |
withLifeCycle(String lifeCycle)
The lifecycle of the application.
|
ApplicationInfo |
withRemarks(String remarks)
The issues on the user side that are blocking Application Insights from fully monitoring the application.
|
ApplicationInfo |
withResourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
|
public void setResourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
resourceGroupName
- The name of the resource group used for the application.public String getResourceGroupName()
The name of the resource group used for the application.
public ApplicationInfo withResourceGroupName(String resourceGroupName)
The name of the resource group used for the application.
resourceGroupName
- The name of the resource group used for the application.public void setLifeCycle(String lifeCycle)
The lifecycle of the application.
lifeCycle
- The lifecycle of the application.public String getLifeCycle()
The lifecycle of the application.
public ApplicationInfo withLifeCycle(String lifeCycle)
The lifecycle of the application.
lifeCycle
- The lifecycle of the application.public void setRemarks(String remarks)
The issues on the user side that are blocking Application Insights from fully monitoring the application.
remarks
- The issues on the user side that are blocking Application Insights from fully monitoring the application.public String getRemarks()
The issues on the user side that are blocking Application Insights from fully monitoring the application.
public ApplicationInfo withRemarks(String remarks)
The issues on the user side that are blocking Application Insights from fully monitoring the application.
remarks
- The issues on the user side that are blocking Application Insights from fully monitoring the application.public String toString()
toString
in class Object
Object.toString()
public ApplicationInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.