com.amazonaws.services.storagegateway.model.DescribeTapeArchivesResult Maven / Gradle / Ivy
Show all versions of aws-java-sdk Show documentation
/*
* Copyright 2010-2014 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.storagegateway.model;
import java.io.Serializable;
/**
*
* DescribeTapeArchivesOutput
*
*/
public class DescribeTapeArchivesResult implements Serializable {
/**
* An array of virtual tape objects in The Virtual Tape Shelf (VTS). The
* description includes of the Amazon Resource Name(ARN) of the virtual
* tapes. The information returned includes the Amazon Resource Names
* (ARNs) of the tapes, size of the tapes, status of the tapes, progress
* of the description and tape barcode.
*/
private com.amazonaws.internal.ListWithAutoConstructFlag tapeArchives;
/**
* An opaque string that indicates the position at which the virtual
* tapes that were fetched for description ended. Use this marker in your
* next request to fetch the next set of virtual tapes in the Virtual
* Tape Shelf (VTS). If there are no more virtual tapes to describe, this
* field does not appear in the response.
*
* Constraints:
* Length: 1 - 1000
*/
private String marker;
/**
* An array of virtual tape objects in The Virtual Tape Shelf (VTS). The
* description includes of the Amazon Resource Name(ARN) of the virtual
* tapes. The information returned includes the Amazon Resource Names
* (ARNs) of the tapes, size of the tapes, status of the tapes, progress
* of the description and tape barcode.
*
* @return An array of virtual tape objects in The Virtual Tape Shelf (VTS). The
* description includes of the Amazon Resource Name(ARN) of the virtual
* tapes. The information returned includes the Amazon Resource Names
* (ARNs) of the tapes, size of the tapes, status of the tapes, progress
* of the description and tape barcode.
*/
public java.util.List getTapeArchives() {
if (tapeArchives == null) {
tapeArchives = new com.amazonaws.internal.ListWithAutoConstructFlag();
tapeArchives.setAutoConstruct(true);
}
return tapeArchives;
}
/**
* An array of virtual tape objects in The Virtual Tape Shelf (VTS). The
* description includes of the Amazon Resource Name(ARN) of the virtual
* tapes. The information returned includes the Amazon Resource Names
* (ARNs) of the tapes, size of the tapes, status of the tapes, progress
* of the description and tape barcode.
*
* @param tapeArchives An array of virtual tape objects in The Virtual Tape Shelf (VTS). The
* description includes of the Amazon Resource Name(ARN) of the virtual
* tapes. The information returned includes the Amazon Resource Names
* (ARNs) of the tapes, size of the tapes, status of the tapes, progress
* of the description and tape barcode.
*/
public void setTapeArchives(java.util.Collection tapeArchives) {
if (tapeArchives == null) {
this.tapeArchives = null;
return;
}
com.amazonaws.internal.ListWithAutoConstructFlag tapeArchivesCopy = new com.amazonaws.internal.ListWithAutoConstructFlag(tapeArchives.size());
tapeArchivesCopy.addAll(tapeArchives);
this.tapeArchives = tapeArchivesCopy;
}
/**
* An array of virtual tape objects in The Virtual Tape Shelf (VTS). The
* description includes of the Amazon Resource Name(ARN) of the virtual
* tapes. The information returned includes the Amazon Resource Names
* (ARNs) of the tapes, size of the tapes, status of the tapes, progress
* of the description and tape barcode.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param tapeArchives An array of virtual tape objects in The Virtual Tape Shelf (VTS). The
* description includes of the Amazon Resource Name(ARN) of the virtual
* tapes. The information returned includes the Amazon Resource Names
* (ARNs) of the tapes, size of the tapes, status of the tapes, progress
* of the description and tape barcode.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public DescribeTapeArchivesResult withTapeArchives(TapeArchive... tapeArchives) {
if (getTapeArchives() == null) setTapeArchives(new java.util.ArrayList(tapeArchives.length));
for (TapeArchive value : tapeArchives) {
getTapeArchives().add(value);
}
return this;
}
/**
* An array of virtual tape objects in The Virtual Tape Shelf (VTS). The
* description includes of the Amazon Resource Name(ARN) of the virtual
* tapes. The information returned includes the Amazon Resource Names
* (ARNs) of the tapes, size of the tapes, status of the tapes, progress
* of the description and tape barcode.
*
* Returns a reference to this object so that method calls can be chained together.
*
* @param tapeArchives An array of virtual tape objects in The Virtual Tape Shelf (VTS). The
* description includes of the Amazon Resource Name(ARN) of the virtual
* tapes. The information returned includes the Amazon Resource Names
* (ARNs) of the tapes, size of the tapes, status of the tapes, progress
* of the description and tape barcode.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public DescribeTapeArchivesResult withTapeArchives(java.util.Collection tapeArchives) {
if (tapeArchives == null) {
this.tapeArchives = null;
} else {
com.amazonaws.internal.ListWithAutoConstructFlag tapeArchivesCopy = new com.amazonaws.internal.ListWithAutoConstructFlag(tapeArchives.size());
tapeArchivesCopy.addAll(tapeArchives);
this.tapeArchives = tapeArchivesCopy;
}
return this;
}
/**
* An opaque string that indicates the position at which the virtual
* tapes that were fetched for description ended. Use this marker in your
* next request to fetch the next set of virtual tapes in the Virtual
* Tape Shelf (VTS). If there are no more virtual tapes to describe, this
* field does not appear in the response.
*
* Constraints:
* Length: 1 - 1000
*
* @return An opaque string that indicates the position at which the virtual
* tapes that were fetched for description ended. Use this marker in your
* next request to fetch the next set of virtual tapes in the Virtual
* Tape Shelf (VTS). If there are no more virtual tapes to describe, this
* field does not appear in the response.
*/
public String getMarker() {
return marker;
}
/**
* An opaque string that indicates the position at which the virtual
* tapes that were fetched for description ended. Use this marker in your
* next request to fetch the next set of virtual tapes in the Virtual
* Tape Shelf (VTS). If there are no more virtual tapes to describe, this
* field does not appear in the response.
*
* Constraints:
* Length: 1 - 1000
*
* @param marker An opaque string that indicates the position at which the virtual
* tapes that were fetched for description ended. Use this marker in your
* next request to fetch the next set of virtual tapes in the Virtual
* Tape Shelf (VTS). If there are no more virtual tapes to describe, this
* field does not appear in the response.
*/
public void setMarker(String marker) {
this.marker = marker;
}
/**
* An opaque string that indicates the position at which the virtual
* tapes that were fetched for description ended. Use this marker in your
* next request to fetch the next set of virtual tapes in the Virtual
* Tape Shelf (VTS). If there are no more virtual tapes to describe, this
* field does not appear in the response.
*
* Returns a reference to this object so that method calls can be chained together.
*
* Constraints:
* Length: 1 - 1000
*
* @param marker An opaque string that indicates the position at which the virtual
* tapes that were fetched for description ended. Use this marker in your
* next request to fetch the next set of virtual tapes in the Virtual
* Tape Shelf (VTS). If there are no more virtual tapes to describe, this
* field does not appear in the response.
*
* @return A reference to this updated object so that method calls can be chained
* together.
*/
public DescribeTapeArchivesResult withMarker(String marker) {
this.marker = marker;
return this;
}
/**
* Returns a string representation of this object; useful for testing and
* debugging.
*
* @return A string representation of this object.
*
* @see java.lang.Object#toString()
*/
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
sb.append("{");
if (getTapeArchives() != null) sb.append("TapeArchives: " + getTapeArchives() + ",");
if (getMarker() != null) sb.append("Marker: " + getMarker() );
sb.append("}");
return sb.toString();
}
@Override
public int hashCode() {
final int prime = 31;
int hashCode = 1;
hashCode = prime * hashCode + ((getTapeArchives() == null) ? 0 : getTapeArchives().hashCode());
hashCode = prime * hashCode + ((getMarker() == null) ? 0 : getMarker().hashCode());
return hashCode;
}
@Override
public boolean equals(Object obj) {
if (this == obj) return true;
if (obj == null) return false;
if (obj instanceof DescribeTapeArchivesResult == false) return false;
DescribeTapeArchivesResult other = (DescribeTapeArchivesResult)obj;
if (other.getTapeArchives() == null ^ this.getTapeArchives() == null) return false;
if (other.getTapeArchives() != null && other.getTapeArchives().equals(this.getTapeArchives()) == false) return false;
if (other.getMarker() == null ^ this.getMarker() == null) return false;
if (other.getMarker() != null && other.getMarker().equals(this.getMarker()) == false) return false;
return true;
}
}