@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReferenceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetReferenceRequest() |
Modifier and Type | Method and Description |
---|---|
GetReferenceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFile()
The file to retrieve.
|
String |
getId()
The reference's ID.
|
Integer |
getPartNumber()
The part number to retrieve.
|
String |
getRange()
The range to retrieve.
|
String |
getReferenceStoreId()
The reference's store ID.
|
int |
hashCode() |
void |
setFile(String file)
The file to retrieve.
|
void |
setId(String id)
The reference's ID.
|
void |
setPartNumber(Integer partNumber)
The part number to retrieve.
|
void |
setRange(String range)
The range to retrieve.
|
void |
setReferenceStoreId(String referenceStoreId)
The reference's store ID.
|
String |
toString()
Returns a string representation of this object.
|
GetReferenceRequest |
withFile(ReferenceFile file)
The file to retrieve.
|
GetReferenceRequest |
withFile(String file)
The file to retrieve.
|
GetReferenceRequest |
withId(String id)
The reference's ID.
|
GetReferenceRequest |
withPartNumber(Integer partNumber)
The part number to retrieve.
|
GetReferenceRequest |
withRange(String range)
The range to retrieve.
|
GetReferenceRequest |
withReferenceStoreId(String referenceStoreId)
The reference's store ID.
|
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 setId(String id)
The reference's ID.
id
- The reference's ID.public String getId()
The reference's ID.
public GetReferenceRequest withId(String id)
The reference's ID.
id
- The reference's ID.public void setReferenceStoreId(String referenceStoreId)
The reference's store ID.
referenceStoreId
- The reference's store ID.public String getReferenceStoreId()
The reference's store ID.
public GetReferenceRequest withReferenceStoreId(String referenceStoreId)
The reference's store ID.
referenceStoreId
- The reference's store ID.public void setRange(String range)
The range to retrieve.
range
- The range to retrieve.public String getRange()
The range to retrieve.
public GetReferenceRequest withRange(String range)
The range to retrieve.
range
- The range to retrieve.public void setPartNumber(Integer partNumber)
The part number to retrieve.
partNumber
- The part number to retrieve.public Integer getPartNumber()
The part number to retrieve.
public GetReferenceRequest withPartNumber(Integer partNumber)
The part number to retrieve.
partNumber
- The part number to retrieve.public void setFile(String file)
The file to retrieve.
file
- The file to retrieve.ReferenceFile
public String getFile()
The file to retrieve.
ReferenceFile
public GetReferenceRequest withFile(String file)
The file to retrieve.
file
- The file to retrieve.ReferenceFile
public GetReferenceRequest withFile(ReferenceFile file)
The file to retrieve.
file
- The file to retrieve.ReferenceFile
public String toString()
toString
in class Object
Object.toString()
public GetReferenceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()