@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPriceListFileUrlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPriceListFileUrlRequest() |
Modifier and Type | Method and Description |
---|---|
GetPriceListFileUrlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileFormat()
The format that you want to retrieve your Price List files in.
|
String |
getPriceListArn()
The unique identifier that maps to where your Price List files are located.
|
int |
hashCode() |
void |
setFileFormat(String fileFormat)
The format that you want to retrieve your Price List files in.
|
void |
setPriceListArn(String priceListArn)
The unique identifier that maps to where your Price List files are located.
|
String |
toString()
Returns a string representation of this object.
|
GetPriceListFileUrlRequest |
withFileFormat(String fileFormat)
The format that you want to retrieve your Price List files in.
|
GetPriceListFileUrlRequest |
withPriceListArn(String priceListArn)
The unique identifier that maps to where your Price List files are located.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPriceListArn(String priceListArn)
The unique identifier that maps to where your Price List files are located. PriceListArn
can be
obtained from the ListPriceLists response.
priceListArn
- The unique identifier that maps to where your Price List files are located. PriceListArn
can
be obtained from the ListPriceLists response.public String getPriceListArn()
The unique identifier that maps to where your Price List files are located. PriceListArn
can be
obtained from the ListPriceLists response.
PriceListArn
can
be obtained from the ListPriceLists response.public GetPriceListFileUrlRequest withPriceListArn(String priceListArn)
The unique identifier that maps to where your Price List files are located. PriceListArn
can be
obtained from the ListPriceLists response.
priceListArn
- The unique identifier that maps to where your Price List files are located. PriceListArn
can
be obtained from the ListPriceLists response.public void setFileFormat(String fileFormat)
The format that you want to retrieve your Price List files in. The FileFormat
can be obtained from
the
ListPriceLists response.
fileFormat
- The format that you want to retrieve your Price List files in. The FileFormat
can be obtained
from the ListPriceLists response.public String getFileFormat()
The format that you want to retrieve your Price List files in. The FileFormat
can be obtained from
the
ListPriceLists response.
FileFormat
can be
obtained from the ListPriceLists response.public GetPriceListFileUrlRequest withFileFormat(String fileFormat)
The format that you want to retrieve your Price List files in. The FileFormat
can be obtained from
the
ListPriceLists response.
fileFormat
- The format that you want to retrieve your Price List files in. The FileFormat
can be obtained
from the ListPriceLists response.public String toString()
toString
in class Object
Object.toString()
public GetPriceListFileUrlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()