@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTaxRegistrationDocumentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTaxRegistrationDocumentResult() |
Modifier and Type | Method and Description |
---|---|
GetTaxRegistrationDocumentResult |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationFilePath()
The file path of the Amazon S3 bucket where you want to download your tax document to.
|
int |
hashCode() |
void |
setDestinationFilePath(String destinationFilePath)
The file path of the Amazon S3 bucket where you want to download your tax document to.
|
String |
toString()
Returns a string representation of this object.
|
GetTaxRegistrationDocumentResult |
withDestinationFilePath(String destinationFilePath)
The file path of the Amazon S3 bucket where you want to download your tax document to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDestinationFilePath(String destinationFilePath)
The file path of the Amazon S3 bucket where you want to download your tax document to.
destinationFilePath
- The file path of the Amazon S3 bucket where you want to download your tax document to.public String getDestinationFilePath()
The file path of the Amazon S3 bucket where you want to download your tax document to.
public GetTaxRegistrationDocumentResult withDestinationFilePath(String destinationFilePath)
The file path of the Amazon S3 bucket where you want to download your tax document to.
destinationFilePath
- The file path of the Amazon S3 bucket where you want to download your tax document to.public String toString()
toString
in class Object
Object.toString()
public GetTaxRegistrationDocumentResult clone()