@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPriceListFileUrlResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetPriceListFileUrlResult() |
Modifier and Type | Method and Description |
---|---|
GetPriceListFileUrlResult |
clone() |
boolean |
equals(Object obj) |
String |
getUrl()
The URL to download your Price List file from.
|
int |
hashCode() |
void |
setUrl(String url)
The URL to download your Price List file from.
|
String |
toString()
Returns a string representation of this object.
|
GetPriceListFileUrlResult |
withUrl(String url)
The URL to download your Price List file from.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUrl(String url)
The URL to download your Price List file from.
url
- The URL to download your Price List file from.public String getUrl()
The URL to download your Price List file from.
public GetPriceListFileUrlResult withUrl(String url)
The URL to download your Price List file from.
url
- The URL to download your Price List file from.public String toString()
toString
in class Object
Object.toString()
public GetPriceListFileUrlResult clone()