@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEdgePackagingJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
DescribeEdgePackagingJobRequest () |
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgePackagingJobRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getEdgePackagingJobName ()
The name of the edge packaging job.
|
int |
hashCode () |
void |
setEdgePackagingJobName (String edgePackagingJobName)
The name of the edge packaging job.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeEdgePackagingJobRequest |
withEdgePackagingJobName (String edgePackagingJobName)
The name of the edge packaging job.
|
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 DescribeEdgePackagingJobRequest()
public void setEdgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
edgePackagingJobName - The name of the edge packaging job.public String getEdgePackagingJobName()
The name of the edge packaging job.
public DescribeEdgePackagingJobRequest withEdgePackagingJobName(String edgePackagingJobName)
The name of the edge packaging job.
edgePackagingJobName - The name of the edge packaging job.public String toString()
toString in class Object Object.toString() public DescribeEdgePackagingJobRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()