All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.cloudwatchrum.model.BatchGetRumMetricDefinitionsRequest Maven / Gradle / Ivy

Go to download

The AWS Java SDK for CloudWatch RUM module holds the client classes that are used for communicating with CloudWatch RUM Service

There is a newer version: 1.12.778
Show newest version
/*
 * Copyright 2019-2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
 * the License. A copy of the License is located at
 * 
 * http://aws.amazon.com/apache2.0
 * 
 * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
 * and limitations under the License.
 */
package com.amazonaws.services.cloudwatchrum.model;

import java.io.Serializable;
import javax.annotation.Generated;

import com.amazonaws.AmazonWebServiceRequest;

/**
 * 
 * @see AWS
 *      API Documentation
 */
@Generated("com.amazonaws:aws-java-sdk-code-generator")
public class BatchGetRumMetricDefinitionsRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable {

    /**
     * 

* The name of the CloudWatch RUM app monitor that is sending the metrics. *

*/ private String appMonitorName; /** *

* The type of destination that you want to view metrics for. Valid values are CloudWatch and * Evidently. *

*/ private String destination; /** *

* This parameter is required if Destination is Evidently. If Destination is * CloudWatch, do not use this parameter. *

*

* This parameter specifies the ARN of the Evidently experiment that corresponds to the destination. *

*/ private String destinationArn; /** *

* The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is * 100. *

*

* To retrieve the remaining results, make another call with the returned NextToken value. *

*/ private Integer maxResults; /** *

* Use the token returned by the previous operation to request the next page of results. *

*/ private String nextToken; /** *

* The name of the CloudWatch RUM app monitor that is sending the metrics. *

* * @param appMonitorName * The name of the CloudWatch RUM app monitor that is sending the metrics. */ public void setAppMonitorName(String appMonitorName) { this.appMonitorName = appMonitorName; } /** *

* The name of the CloudWatch RUM app monitor that is sending the metrics. *

* * @return The name of the CloudWatch RUM app monitor that is sending the metrics. */ public String getAppMonitorName() { return this.appMonitorName; } /** *

* The name of the CloudWatch RUM app monitor that is sending the metrics. *

* * @param appMonitorName * The name of the CloudWatch RUM app monitor that is sending the metrics. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetRumMetricDefinitionsRequest withAppMonitorName(String appMonitorName) { setAppMonitorName(appMonitorName); return this; } /** *

* The type of destination that you want to view metrics for. Valid values are CloudWatch and * Evidently. *

* * @param destination * The type of destination that you want to view metrics for. Valid values are CloudWatch and * Evidently. * @see MetricDestination */ public void setDestination(String destination) { this.destination = destination; } /** *

* The type of destination that you want to view metrics for. Valid values are CloudWatch and * Evidently. *

* * @return The type of destination that you want to view metrics for. Valid values are CloudWatch and * Evidently. * @see MetricDestination */ public String getDestination() { return this.destination; } /** *

* The type of destination that you want to view metrics for. Valid values are CloudWatch and * Evidently. *

* * @param destination * The type of destination that you want to view metrics for. Valid values are CloudWatch and * Evidently. * @return Returns a reference to this object so that method calls can be chained together. * @see MetricDestination */ public BatchGetRumMetricDefinitionsRequest withDestination(String destination) { setDestination(destination); return this; } /** *

* The type of destination that you want to view metrics for. Valid values are CloudWatch and * Evidently. *

* * @param destination * The type of destination that you want to view metrics for. Valid values are CloudWatch and * Evidently. * @return Returns a reference to this object so that method calls can be chained together. * @see MetricDestination */ public BatchGetRumMetricDefinitionsRequest withDestination(MetricDestination destination) { this.destination = destination.toString(); return this; } /** *

* This parameter is required if Destination is Evidently. If Destination is * CloudWatch, do not use this parameter. *

*

* This parameter specifies the ARN of the Evidently experiment that corresponds to the destination. *

* * @param destinationArn * This parameter is required if Destination is Evidently. If * Destination is CloudWatch, do not use this parameter.

*

* This parameter specifies the ARN of the Evidently experiment that corresponds to the destination. */ public void setDestinationArn(String destinationArn) { this.destinationArn = destinationArn; } /** *

* This parameter is required if Destination is Evidently. If Destination is * CloudWatch, do not use this parameter. *

*

* This parameter specifies the ARN of the Evidently experiment that corresponds to the destination. *

* * @return This parameter is required if Destination is Evidently. If * Destination is CloudWatch, do not use this parameter.

*

* This parameter specifies the ARN of the Evidently experiment that corresponds to the destination. */ public String getDestinationArn() { return this.destinationArn; } /** *

* This parameter is required if Destination is Evidently. If Destination is * CloudWatch, do not use this parameter. *

*

* This parameter specifies the ARN of the Evidently experiment that corresponds to the destination. *

* * @param destinationArn * This parameter is required if Destination is Evidently. If * Destination is CloudWatch, do not use this parameter.

*

* This parameter specifies the ARN of the Evidently experiment that corresponds to the destination. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetRumMetricDefinitionsRequest withDestinationArn(String destinationArn) { setDestinationArn(destinationArn); return this; } /** *

* The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is * 100. *

*

* To retrieve the remaining results, make another call with the returned NextToken value. *

* * @param maxResults * The maximum number of results to return in one operation. The default is 50. The maximum that you can * specify is 100.

*

* To retrieve the remaining results, make another call with the returned NextToken value. */ public void setMaxResults(Integer maxResults) { this.maxResults = maxResults; } /** *

* The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is * 100. *

*

* To retrieve the remaining results, make another call with the returned NextToken value. *

* * @return The maximum number of results to return in one operation. The default is 50. The maximum that you can * specify is 100.

*

* To retrieve the remaining results, make another call with the returned NextToken value. */ public Integer getMaxResults() { return this.maxResults; } /** *

* The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is * 100. *

*

* To retrieve the remaining results, make another call with the returned NextToken value. *

* * @param maxResults * The maximum number of results to return in one operation. The default is 50. The maximum that you can * specify is 100.

*

* To retrieve the remaining results, make another call with the returned NextToken value. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetRumMetricDefinitionsRequest withMaxResults(Integer maxResults) { setMaxResults(maxResults); return this; } /** *

* Use the token returned by the previous operation to request the next page of results. *

* * @param nextToken * Use the token returned by the previous operation to request the next page of results. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** *

* Use the token returned by the previous operation to request the next page of results. *

* * @return Use the token returned by the previous operation to request the next page of results. */ public String getNextToken() { return this.nextToken; } /** *

* Use the token returned by the previous operation to request the next page of results. *

* * @param nextToken * Use the token returned by the previous operation to request the next page of results. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetRumMetricDefinitionsRequest withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** * Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be * redacted from this string using a placeholder value. * * @return A string representation of this object. * * @see java.lang.Object#toString() */ @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("{"); if (getAppMonitorName() != null) sb.append("AppMonitorName: ").append(getAppMonitorName()).append(","); if (getDestination() != null) sb.append("Destination: ").append(getDestination()).append(","); if (getDestinationArn() != null) sb.append("DestinationArn: ").append(getDestinationArn()).append(","); if (getMaxResults() != null) sb.append("MaxResults: ").append(getMaxResults()).append(","); if (getNextToken() != null) sb.append("NextToken: ").append(getNextToken()); sb.append("}"); return sb.toString(); } @Override public boolean equals(Object obj) { if (this == obj) return true; if (obj == null) return false; if (obj instanceof BatchGetRumMetricDefinitionsRequest == false) return false; BatchGetRumMetricDefinitionsRequest other = (BatchGetRumMetricDefinitionsRequest) obj; if (other.getAppMonitorName() == null ^ this.getAppMonitorName() == null) return false; if (other.getAppMonitorName() != null && other.getAppMonitorName().equals(this.getAppMonitorName()) == false) return false; if (other.getDestination() == null ^ this.getDestination() == null) return false; if (other.getDestination() != null && other.getDestination().equals(this.getDestination()) == false) return false; if (other.getDestinationArn() == null ^ this.getDestinationArn() == null) return false; if (other.getDestinationArn() != null && other.getDestinationArn().equals(this.getDestinationArn()) == false) return false; if (other.getMaxResults() == null ^ this.getMaxResults() == null) return false; if (other.getMaxResults() != null && other.getMaxResults().equals(this.getMaxResults()) == false) return false; if (other.getNextToken() == null ^ this.getNextToken() == null) return false; if (other.getNextToken() != null && other.getNextToken().equals(this.getNextToken()) == false) return false; return true; } @Override public int hashCode() { final int prime = 31; int hashCode = 1; hashCode = prime * hashCode + ((getAppMonitorName() == null) ? 0 : getAppMonitorName().hashCode()); hashCode = prime * hashCode + ((getDestination() == null) ? 0 : getDestination().hashCode()); hashCode = prime * hashCode + ((getDestinationArn() == null) ? 0 : getDestinationArn().hashCode()); hashCode = prime * hashCode + ((getMaxResults() == null) ? 0 : getMaxResults().hashCode()); hashCode = prime * hashCode + ((getNextToken() == null) ? 0 : getNextToken().hashCode()); return hashCode; } @Override public BatchGetRumMetricDefinitionsRequest clone() { return (BatchGetRumMetricDefinitionsRequest) super.clone(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy