* The Amazon Resource Name (ARN) of the application. *
*/ private String applicationArn; /** ** The identifier of the application. *
*/ private String applicationId; /** ** The timestamp when this application was created. *
*/ private java.util.Date creationTime; /** ** The version of the application that is deployed. *
*/ private DeployedVersionSummary deployedVersion; /** ** The description of the application. *
*/ private String description; /** ** The type of the target platform for the application. *
*/ private String engineType; /** ** The identifier of the runtime environment where you want to deploy the application. *
*/ private String environmentId; /** ** The identifier of a customer managed key. *
*/ private String kmsKeyId; /** ** The timestamp when you last started the application. Null until the application runs for the first time. *
*/ private java.util.Date lastStartTime; /** ** The latest version of the application. *
*/ private ApplicationVersionSummary latestVersion; /** ** The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services * account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an * application. *
*/ private java.util.List* The port associated with the network load balancer listener created in your Amazon Web Services account. *
*/ private java.util.List* The public DNS name of the load balancer created in your Amazon Web Services account. *
*/ private String loadBalancerDnsName; /** ** The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are * CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the * customer's account. *
*/ private java.util.List* The unique identifier of the application. *
*/ private String name; /** ** The Amazon Resource Name (ARN) of the role associated with the application. *
*/ private String roleArn; /** ** The status of the application. *
*/ private String status; /** ** The reason for the reported status. *
*/ private String statusReason; /** ** A list of tags associated with the application. *
*/ private java.util.Map* Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer. *
*/ private java.util.List* The Amazon Resource Name (ARN) of the application. *
* * @param applicationArn * The Amazon Resource Name (ARN) of the application. */ public void setApplicationArn(String applicationArn) { this.applicationArn = applicationArn; } /** ** The Amazon Resource Name (ARN) of the application. *
* * @return The Amazon Resource Name (ARN) of the application. */ public String getApplicationArn() { return this.applicationArn; } /** ** The Amazon Resource Name (ARN) of the application. *
* * @param applicationArn * The Amazon Resource Name (ARN) of the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withApplicationArn(String applicationArn) { setApplicationArn(applicationArn); return this; } /** ** The identifier of the application. *
* * @param applicationId * The identifier of the application. */ public void setApplicationId(String applicationId) { this.applicationId = applicationId; } /** ** The identifier of the application. *
* * @return The identifier of the application. */ public String getApplicationId() { return this.applicationId; } /** ** The identifier of the application. *
* * @param applicationId * The identifier of the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withApplicationId(String applicationId) { setApplicationId(applicationId); return this; } /** ** The timestamp when this application was created. *
* * @param creationTime * The timestamp when this application was created. */ public void setCreationTime(java.util.Date creationTime) { this.creationTime = creationTime; } /** ** The timestamp when this application was created. *
* * @return The timestamp when this application was created. */ public java.util.Date getCreationTime() { return this.creationTime; } /** ** The timestamp when this application was created. *
* * @param creationTime * The timestamp when this application was created. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withCreationTime(java.util.Date creationTime) { setCreationTime(creationTime); return this; } /** ** The version of the application that is deployed. *
* * @param deployedVersion * The version of the application that is deployed. */ public void setDeployedVersion(DeployedVersionSummary deployedVersion) { this.deployedVersion = deployedVersion; } /** ** The version of the application that is deployed. *
* * @return The version of the application that is deployed. */ public DeployedVersionSummary getDeployedVersion() { return this.deployedVersion; } /** ** The version of the application that is deployed. *
* * @param deployedVersion * The version of the application that is deployed. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withDeployedVersion(DeployedVersionSummary deployedVersion) { setDeployedVersion(deployedVersion); return this; } /** ** The description of the application. *
* * @param description * The description of the application. */ public void setDescription(String description) { this.description = description; } /** ** The description of the application. *
* * @return The description of the application. */ public String getDescription() { return this.description; } /** ** The description of the application. *
* * @param description * The description of the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withDescription(String description) { setDescription(description); return this; } /** ** The type of the target platform for the application. *
* * @param engineType * The type of the target platform for the application. * @see EngineType */ public void setEngineType(String engineType) { this.engineType = engineType; } /** ** The type of the target platform for the application. *
* * @return The type of the target platform for the application. * @see EngineType */ public String getEngineType() { return this.engineType; } /** ** The type of the target platform for the application. *
* * @param engineType * The type of the target platform for the application. * @return Returns a reference to this object so that method calls can be chained together. * @see EngineType */ public GetApplicationResult withEngineType(String engineType) { setEngineType(engineType); return this; } /** ** The type of the target platform for the application. *
* * @param engineType * The type of the target platform for the application. * @return Returns a reference to this object so that method calls can be chained together. * @see EngineType */ public GetApplicationResult withEngineType(EngineType engineType) { this.engineType = engineType.toString(); return this; } /** ** The identifier of the runtime environment where you want to deploy the application. *
* * @param environmentId * The identifier of the runtime environment where you want to deploy the application. */ public void setEnvironmentId(String environmentId) { this.environmentId = environmentId; } /** ** The identifier of the runtime environment where you want to deploy the application. *
* * @return The identifier of the runtime environment where you want to deploy the application. */ public String getEnvironmentId() { return this.environmentId; } /** ** The identifier of the runtime environment where you want to deploy the application. *
* * @param environmentId * The identifier of the runtime environment where you want to deploy the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withEnvironmentId(String environmentId) { setEnvironmentId(environmentId); return this; } /** ** The identifier of a customer managed key. *
* * @param kmsKeyId * The identifier of a customer managed key. */ public void setKmsKeyId(String kmsKeyId) { this.kmsKeyId = kmsKeyId; } /** ** The identifier of a customer managed key. *
* * @return The identifier of a customer managed key. */ public String getKmsKeyId() { return this.kmsKeyId; } /** ** The identifier of a customer managed key. *
* * @param kmsKeyId * The identifier of a customer managed key. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withKmsKeyId(String kmsKeyId) { setKmsKeyId(kmsKeyId); return this; } /** ** The timestamp when you last started the application. Null until the application runs for the first time. *
* * @param lastStartTime * The timestamp when you last started the application. Null until the application runs for the first time. */ public void setLastStartTime(java.util.Date lastStartTime) { this.lastStartTime = lastStartTime; } /** ** The timestamp when you last started the application. Null until the application runs for the first time. *
* * @return The timestamp when you last started the application. Null until the application runs for the first time. */ public java.util.Date getLastStartTime() { return this.lastStartTime; } /** ** The timestamp when you last started the application. Null until the application runs for the first time. *
* * @param lastStartTime * The timestamp when you last started the application. Null until the application runs for the first time. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withLastStartTime(java.util.Date lastStartTime) { setLastStartTime(lastStartTime); return this; } /** ** The latest version of the application. *
* * @param latestVersion * The latest version of the application. */ public void setLatestVersion(ApplicationVersionSummary latestVersion) { this.latestVersion = latestVersion; } /** ** The latest version of the application. *
* * @return The latest version of the application. */ public ApplicationVersionSummary getLatestVersion() { return this.latestVersion; } /** ** The latest version of the application. *
* * @param latestVersion * The latest version of the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withLatestVersion(ApplicationVersionSummary latestVersion) { setLatestVersion(latestVersion); return this; } /** ** The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services * account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an * application. *
* * @return The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services * account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you * deploy an application. */ public java.util.List* The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services * account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an * application. *
* * @param listenerArns * The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services * account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you * deploy an application. */ public void setListenerArns(java.util.Collection* The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services * account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an * application. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setListenerArns(java.util.Collection)} or {@link #withListenerArns(java.util.Collection)} if you want to * override the existing values. *
* * @param listenerArns * The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services * account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you * deploy an application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withListenerArns(String... listenerArns) { if (this.listenerArns == null) { setListenerArns(new java.util.ArrayList* The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services * account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you deploy an * application. *
* * @param listenerArns * The Amazon Resource Name (ARN) for the network load balancer listener created in your Amazon Web Services * account. Amazon Web Services Mainframe Modernization creates this listener for you the first time you * deploy an application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withListenerArns(java.util.Collection* The port associated with the network load balancer listener created in your Amazon Web Services account. *
* * @return The port associated with the network load balancer listener created in your Amazon Web Services account. */ public java.util.List* The port associated with the network load balancer listener created in your Amazon Web Services account. *
* * @param listenerPorts * The port associated with the network load balancer listener created in your Amazon Web Services account. */ public void setListenerPorts(java.util.Collection* The port associated with the network load balancer listener created in your Amazon Web Services account. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setListenerPorts(java.util.Collection)} or {@link #withListenerPorts(java.util.Collection)} if you want * to override the existing values. *
* * @param listenerPorts * The port associated with the network load balancer listener created in your Amazon Web Services account. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withListenerPorts(Integer... listenerPorts) { if (this.listenerPorts == null) { setListenerPorts(new java.util.ArrayList* The port associated with the network load balancer listener created in your Amazon Web Services account. *
* * @param listenerPorts * The port associated with the network load balancer listener created in your Amazon Web Services account. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withListenerPorts(java.util.Collection* The public DNS name of the load balancer created in your Amazon Web Services account. *
* * @param loadBalancerDnsName * The public DNS name of the load balancer created in your Amazon Web Services account. */ public void setLoadBalancerDnsName(String loadBalancerDnsName) { this.loadBalancerDnsName = loadBalancerDnsName; } /** ** The public DNS name of the load balancer created in your Amazon Web Services account. *
* * @return The public DNS name of the load balancer created in your Amazon Web Services account. */ public String getLoadBalancerDnsName() { return this.loadBalancerDnsName; } /** ** The public DNS name of the load balancer created in your Amazon Web Services account. *
* * @param loadBalancerDnsName * The public DNS name of the load balancer created in your Amazon Web Services account. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withLoadBalancerDnsName(String loadBalancerDnsName) { setLoadBalancerDnsName(loadBalancerDnsName); return this; } /** ** The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are * CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the * customer's account. *
* * @return The list of log summaries. Each log summary includes the log type as well as the log group identifier. * These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to * CloudWatch under the customer's account. */ public java.util.List* The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are * CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the * customer's account. *
* * @param logGroups * The list of log summaries. Each log summary includes the log type as well as the log group identifier. * These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to * CloudWatch under the customer's account. */ public void setLogGroups(java.util.Collection* The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are * CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the * customer's account. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setLogGroups(java.util.Collection)} or {@link #withLogGroups(java.util.Collection)} if you want to * override the existing values. *
* * @param logGroups * The list of log summaries. Each log summary includes the log type as well as the log group identifier. * These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to * CloudWatch under the customer's account. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withLogGroups(LogGroupSummary... logGroups) { if (this.logGroups == null) { setLogGroups(new java.util.ArrayList* The list of log summaries. Each log summary includes the log type as well as the log group identifier. These are * CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to CloudWatch under the * customer's account. *
* * @param logGroups * The list of log summaries. Each log summary includes the log type as well as the log group identifier. * These are CloudWatch logs. Amazon Web Services Mainframe Modernization pushes the application log to * CloudWatch under the customer's account. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withLogGroups(java.util.Collection* The unique identifier of the application. *
* * @param name * The unique identifier of the application. */ public void setName(String name) { this.name = name; } /** ** The unique identifier of the application. *
* * @return The unique identifier of the application. */ public String getName() { return this.name; } /** ** The unique identifier of the application. *
* * @param name * The unique identifier of the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withName(String name) { setName(name); return this; } /** ** The Amazon Resource Name (ARN) of the role associated with the application. *
* * @param roleArn * The Amazon Resource Name (ARN) of the role associated with the application. */ public void setRoleArn(String roleArn) { this.roleArn = roleArn; } /** ** The Amazon Resource Name (ARN) of the role associated with the application. *
* * @return The Amazon Resource Name (ARN) of the role associated with the application. */ public String getRoleArn() { return this.roleArn; } /** ** The Amazon Resource Name (ARN) of the role associated with the application. *
* * @param roleArn * The Amazon Resource Name (ARN) of the role associated with the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withRoleArn(String roleArn) { setRoleArn(roleArn); return this; } /** ** The status of the application. *
* * @param status * The status of the application. * @see ApplicationLifecycle */ public void setStatus(String status) { this.status = status; } /** ** The status of the application. *
* * @return The status of the application. * @see ApplicationLifecycle */ public String getStatus() { return this.status; } /** ** The status of the application. *
* * @param status * The status of the application. * @return Returns a reference to this object so that method calls can be chained together. * @see ApplicationLifecycle */ public GetApplicationResult withStatus(String status) { setStatus(status); return this; } /** ** The status of the application. *
* * @param status * The status of the application. * @return Returns a reference to this object so that method calls can be chained together. * @see ApplicationLifecycle */ public GetApplicationResult withStatus(ApplicationLifecycle status) { this.status = status.toString(); return this; } /** ** The reason for the reported status. *
* * @param statusReason * The reason for the reported status. */ public void setStatusReason(String statusReason) { this.statusReason = statusReason; } /** ** The reason for the reported status. *
* * @return The reason for the reported status. */ public String getStatusReason() { return this.statusReason; } /** ** The reason for the reported status. *
* * @param statusReason * The reason for the reported status. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withStatusReason(String statusReason) { setStatusReason(statusReason); return this; } /** ** A list of tags associated with the application. *
* * @return A list of tags associated with the application. */ public java.util.Map* A list of tags associated with the application. *
* * @param tags * A list of tags associated with the application. */ public void setTags(java.util.Map* A list of tags associated with the application. *
* * @param tags * A list of tags associated with the application. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withTags(java.util.Map* Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer. *
* * @return Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load * balancer. */ public java.util.List* Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer. *
* * @param targetGroupArns * Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load * balancer. */ public void setTargetGroupArns(java.util.Collection* Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setTargetGroupArns(java.util.Collection)} or {@link #withTargetGroupArns(java.util.Collection)} if you * want to override the existing values. *
* * @param targetGroupArns * Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load * balancer. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withTargetGroupArns(String... targetGroupArns) { if (this.targetGroupArns == null) { setTargetGroupArns(new java.util.ArrayList* Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load balancer. *
* * @param targetGroupArns * Returns the Amazon Resource Names (ARNs) of the target groups that are attached to the network load * balancer. * @return Returns a reference to this object so that method calls can be chained together. */ public GetApplicationResult withTargetGroupArns(java.util.Collection