StructuredPojo
, ToCopyableBuilder<TapeInfo.Builder,TapeInfo>
@Generated("software.amazon.awssdk:codegen") public class TapeInfo extends Object implements StructuredPojo, ToCopyableBuilder<TapeInfo.Builder,TapeInfo>
Describes a virtual tape.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TapeInfo.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TapeInfo.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
gatewayARN() |
The Amazon Resource Name (ARN) of the gateway.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends TapeInfo.Builder> |
serializableBuilderClass() |
|
String |
tapeARN() |
The Amazon Resource Name (ARN) of a virtual tape.
|
String |
tapeBarcode() |
The barcode that identifies a specific virtual tape.
|
Long |
tapeSizeInBytes() |
The size, in bytes, of a virtual tape.
|
String |
tapeStatus() |
The status of the tape.
|
TapeInfo.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String tapeARN()
The Amazon Resource Name (ARN) of a virtual tape.
public String tapeBarcode()
The barcode that identifies a specific virtual tape.
public Long tapeSizeInBytes()
The size, in bytes, of a virtual tape.
public String tapeStatus()
The status of the tape.
public String gatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
public TapeInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TapeInfo.Builder,TapeInfo>
public static TapeInfo.Builder builder()
public static Class<? extends TapeInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.