Class GetShippingLabelRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.importexport.model.GetShippingLabelRequest
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class GetShippingLabelRequest
extends AmazonWebServiceRequest
implements Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleangetCity()getName()inthashCode()voidsetAPIVersion(String aPIVersion) voidvoidsetCompany(String company) voidsetCountry(String country) voidsetJobIds(Collection<String> jobIds) voidvoidsetPhoneNumber(String phoneNumber) voidsetPostalCode(String postalCode) voidsetStateOrProvince(String stateOrProvince) voidsetStreet1(String street1) voidsetStreet2(String street2) voidsetStreet3(String street3) toString()Returns a string representation of this object; useful for testing and debugging.withAPIVersion(String aPIVersion) withCompany(String company) withCountry(String country) withJobIds(String... jobIds) NOTE: This method appends the values to the existing list (if any).withJobIds(Collection<String> jobIds) withPhoneNumber(String phoneNumber) withPostalCode(String postalCode) withStateOrProvince(String stateOrProvince) withStreet1(String street1) withStreet2(String street2) withStreet3(String street3) Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
GetShippingLabelRequest
public GetShippingLabelRequest()
-
-
Method Details
-
getJobIds
- Returns:
-
setJobIds
- Parameters:
jobIds-
-
withJobIds
NOTE: This method appends the values to the existing list (if any). Use
setJobIds(java.util.Collection)orwithJobIds(java.util.Collection)if you want to override the existing values.- Parameters:
jobIds-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withJobIds
- Parameters:
jobIds-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
- Parameters:
name-
-
getName
- Returns:
-
withName
- Parameters:
name-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCompany
- Parameters:
company-
-
getCompany
- Returns:
-
withCompany
- Parameters:
company-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPhoneNumber
- Parameters:
phoneNumber-
-
getPhoneNumber
- Returns:
-
withPhoneNumber
- Parameters:
phoneNumber-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCountry
- Parameters:
country-
-
getCountry
- Returns:
-
withCountry
- Parameters:
country-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStateOrProvince
- Parameters:
stateOrProvince-
-
getStateOrProvince
- Returns:
-
withStateOrProvince
- Parameters:
stateOrProvince-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCity
- Parameters:
city-
-
getCity
- Returns:
-
withCity
- Parameters:
city-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPostalCode
- Parameters:
postalCode-
-
getPostalCode
- Returns:
-
withPostalCode
- Parameters:
postalCode-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStreet1
- Parameters:
street1-
-
getStreet1
- Returns:
-
withStreet1
- Parameters:
street1-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStreet2
- Parameters:
street2-
-
getStreet2
- Returns:
-
withStreet2
- Parameters:
street2-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStreet3
- Parameters:
street3-
-
getStreet3
- Returns:
-
withStreet3
- Parameters:
street3-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAPIVersion
- Parameters:
aPIVersion-
-
getAPIVersion
- Returns:
-
withAPIVersion
- Parameters:
aPIVersion-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-