@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetShippingLabelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetShippingLabelRequest() |
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 setJobIds(Collection<String> jobIds)
jobIds
- public GetShippingLabelRequest withJobIds(String... jobIds)
NOTE: This method appends the values to the existing list (if any). Use
setJobIds(java.util.Collection)
or withJobIds(java.util.Collection)
if you want to override the
existing values.
jobIds
- public GetShippingLabelRequest withJobIds(Collection<String> jobIds)
jobIds
- public void setName(String name)
name
- public String getName()
public GetShippingLabelRequest withName(String name)
name
- public void setCompany(String company)
company
- public String getCompany()
public GetShippingLabelRequest withCompany(String company)
company
- public void setPhoneNumber(String phoneNumber)
phoneNumber
- public String getPhoneNumber()
public GetShippingLabelRequest withPhoneNumber(String phoneNumber)
phoneNumber
- public void setCountry(String country)
country
- public String getCountry()
public GetShippingLabelRequest withCountry(String country)
country
- public void setStateOrProvince(String stateOrProvince)
stateOrProvince
- public String getStateOrProvince()
public GetShippingLabelRequest withStateOrProvince(String stateOrProvince)
stateOrProvince
- public void setCity(String city)
city
- public String getCity()
public GetShippingLabelRequest withCity(String city)
city
- public void setPostalCode(String postalCode)
postalCode
- public String getPostalCode()
public GetShippingLabelRequest withPostalCode(String postalCode)
postalCode
- public void setStreet1(String street1)
street1
- public String getStreet1()
public GetShippingLabelRequest withStreet1(String street1)
street1
- public void setStreet2(String street2)
street2
- public String getStreet2()
public GetShippingLabelRequest withStreet2(String street2)
street2
- public void setStreet3(String street3)
street3
- public String getStreet3()
public GetShippingLabelRequest withStreet3(String street3)
street3
- public void setAPIVersion(String aPIVersion)
aPIVersion
- public String getAPIVersion()
public GetShippingLabelRequest withAPIVersion(String aPIVersion)
aPIVersion
- public String toString()
toString
in class Object
Object.toString()
public GetShippingLabelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.