/* * Copyright 2018-2023 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.datasync.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Information provided by DataSync Discovery about the resources in your on-premises storage system. *
* * @see AWS API * Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class ResourceDetails implements Serializable, Cloneable, StructuredPojo { /** ** The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises * storage system. *
*/ private java.util.List* The information that DataSync Discovery collects about volumes in your on-premises storage system. *
*/ private java.util.List* The information that DataSync Discovery collects about the cluster in your on-premises storage system. *
*/ private java.util.List* The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises * storage system. *
* * @return The information that DataSync Discovery collects about storage virtual machines (SVMs) in your * on-premises storage system. */ public java.util.List* The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises * storage system. *
* * @param netAppONTAPSVMs * The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises * storage system. */ public void setNetAppONTAPSVMs(java.util.Collection* The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises * storage system. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setNetAppONTAPSVMs(java.util.Collection)} or {@link #withNetAppONTAPSVMs(java.util.Collection)} if you * want to override the existing values. *
* * @param netAppONTAPSVMs * The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises * storage system. * @return Returns a reference to this object so that method calls can be chained together. */ public ResourceDetails withNetAppONTAPSVMs(NetAppONTAPSVM... netAppONTAPSVMs) { if (this.netAppONTAPSVMs == null) { setNetAppONTAPSVMs(new java.util.ArrayList* The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises * storage system. *
* * @param netAppONTAPSVMs * The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises * storage system. * @return Returns a reference to this object so that method calls can be chained together. */ public ResourceDetails withNetAppONTAPSVMs(java.util.Collection* The information that DataSync Discovery collects about volumes in your on-premises storage system. *
* * @return The information that DataSync Discovery collects about volumes in your on-premises storage system. */ public java.util.List* The information that DataSync Discovery collects about volumes in your on-premises storage system. *
* * @param netAppONTAPVolumes * The information that DataSync Discovery collects about volumes in your on-premises storage system. */ public void setNetAppONTAPVolumes(java.util.Collection* The information that DataSync Discovery collects about volumes in your on-premises storage system. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setNetAppONTAPVolumes(java.util.Collection)} or {@link #withNetAppONTAPVolumes(java.util.Collection)} if * you want to override the existing values. *
* * @param netAppONTAPVolumes * The information that DataSync Discovery collects about volumes in your on-premises storage system. * @return Returns a reference to this object so that method calls can be chained together. */ public ResourceDetails withNetAppONTAPVolumes(NetAppONTAPVolume... netAppONTAPVolumes) { if (this.netAppONTAPVolumes == null) { setNetAppONTAPVolumes(new java.util.ArrayList* The information that DataSync Discovery collects about volumes in your on-premises storage system. *
* * @param netAppONTAPVolumes * The information that DataSync Discovery collects about volumes in your on-premises storage system. * @return Returns a reference to this object so that method calls can be chained together. */ public ResourceDetails withNetAppONTAPVolumes(java.util.Collection* The information that DataSync Discovery collects about the cluster in your on-premises storage system. *
* * @return The information that DataSync Discovery collects about the cluster in your on-premises storage system. */ public java.util.List* The information that DataSync Discovery collects about the cluster in your on-premises storage system. *
* * @param netAppONTAPClusters * The information that DataSync Discovery collects about the cluster in your on-premises storage system. */ public void setNetAppONTAPClusters(java.util.Collection* The information that DataSync Discovery collects about the cluster in your on-premises storage system. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setNetAppONTAPClusters(java.util.Collection)} or {@link #withNetAppONTAPClusters(java.util.Collection)} * if you want to override the existing values. *
* * @param netAppONTAPClusters * The information that DataSync Discovery collects about the cluster in your on-premises storage system. * @return Returns a reference to this object so that method calls can be chained together. */ public ResourceDetails withNetAppONTAPClusters(NetAppONTAPCluster... netAppONTAPClusters) { if (this.netAppONTAPClusters == null) { setNetAppONTAPClusters(new java.util.ArrayList* The information that DataSync Discovery collects about the cluster in your on-premises storage system. *
* * @param netAppONTAPClusters * The information that DataSync Discovery collects about the cluster in your on-premises storage system. * @return Returns a reference to this object so that method calls can be chained together. */ public ResourceDetails withNetAppONTAPClusters(java.util.Collection