@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateApplicationRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getOpsCenterEnabled()
When set to
true, creates opsItems for any problems detected on an application. |
String |
getOpsItemSNSTopicArn()
The SNS topic provided to Application Insights that is associated to the created opsItem.
|
String |
getResourceGroupName()
The name of the resource group.
|
int |
hashCode() |
Boolean |
isOpsCenterEnabled()
When set to
true, creates opsItems for any problems detected on an application. |
void |
setOpsCenterEnabled(Boolean opsCenterEnabled)
When set to
true, creates opsItems for any problems detected on an application. |
void |
setOpsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem.
|
void |
setResourceGroupName(String resourceGroupName)
The name of the resource group.
|
String |
toString()
Returns a string representation of this object.
|
CreateApplicationRequest |
withOpsCenterEnabled(Boolean opsCenterEnabled)
When set to
true, creates opsItems for any problems detected on an application. |
CreateApplicationRequest |
withOpsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem.
|
CreateApplicationRequest |
withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
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, withSdkRequestTimeoutpublic void setResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.public String getResourceGroupName()
The name of the resource group.
public CreateApplicationRequest withResourceGroupName(String resourceGroupName)
The name of the resource group.
resourceGroupName - The name of the resource group.public void setOpsCenterEnabled(Boolean opsCenterEnabled)
When set to true, creates opsItems for any problems detected on an application.
opsCenterEnabled - When set to true, creates opsItems for any problems detected on an application.public Boolean getOpsCenterEnabled()
When set to true, creates opsItems for any problems detected on an application.
true, creates opsItems for any problems detected on an application.public CreateApplicationRequest withOpsCenterEnabled(Boolean opsCenterEnabled)
When set to true, creates opsItems for any problems detected on an application.
opsCenterEnabled - When set to true, creates opsItems for any problems detected on an application.public Boolean isOpsCenterEnabled()
When set to true, creates opsItems for any problems detected on an application.
true, creates opsItems for any problems detected on an application.public void setOpsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to
receive notifications for updates to the opsItem.public String getOpsItemSNSTopicArn()
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
public CreateApplicationRequest withOpsItemSNSTopicArn(String opsItemSNSTopicArn)
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
opsItemSNSTopicArn - The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to
receive notifications for updates to the opsItem.public String toString()
toString in class ObjectObject.toString()public CreateApplicationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.