@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileShareInfo extends Object implements Serializable, Cloneable, StructuredPojo
Describes a file share.
Constructor and Description |
---|
FileShareInfo() |
Modifier and Type | Method and Description |
---|---|
FileShareInfo |
clone() |
boolean |
equals(Object obj) |
String |
getFileShareARN() |
String |
getFileShareId() |
String |
getFileShareStatus() |
String |
getGatewayARN() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFileShareARN(String fileShareARN) |
void |
setFileShareId(String fileShareId) |
void |
setFileShareStatus(String fileShareStatus) |
void |
setGatewayARN(String gatewayARN) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FileShareInfo |
withFileShareARN(String fileShareARN) |
FileShareInfo |
withFileShareId(String fileShareId) |
FileShareInfo |
withFileShareStatus(String fileShareStatus) |
FileShareInfo |
withGatewayARN(String gatewayARN) |
public void setFileShareARN(String fileShareARN)
fileShareARN
- public String getFileShareARN()
public FileShareInfo withFileShareARN(String fileShareARN)
fileShareARN
- public void setFileShareId(String fileShareId)
fileShareId
- public String getFileShareId()
public FileShareInfo withFileShareId(String fileShareId)
fileShareId
- public void setFileShareStatus(String fileShareStatus)
fileShareStatus
- public String getFileShareStatus()
public FileShareInfo withFileShareStatus(String fileShareStatus)
fileShareStatus
- public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public FileShareInfo withGatewayARN(String gatewayARN)
gatewayARN
- public String toString()
toString
in class Object
Object.toString()
public FileShareInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.