@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocationSmbResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
CreateLocationSmbResponse
| Constructor and Description | 
|---|
| CreateLocationSmbResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateLocationSmbResult | clone() | 
| boolean | equals(Object obj) | 
| String | getLocationArn()
 The Amazon Resource Name (ARN) of the source SMB file system location that is created. | 
| int | hashCode() | 
| void | setLocationArn(String locationArn)
 The Amazon Resource Name (ARN) of the source SMB file system location that is created. | 
| String | toString()Returns a string representation of this object. | 
| CreateLocationSmbResult | withLocationArn(String locationArn)
 The Amazon Resource Name (ARN) of the source SMB file system location that is created. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
locationArn - The Amazon Resource Name (ARN) of the source SMB file system location that is created.public String getLocationArn()
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
public CreateLocationSmbResult withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
locationArn - The Amazon Resource Name (ARN) of the source SMB file system location that is created.public String toString()
toString in class ObjectObject.toString()public CreateLocationSmbResult clone()