@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetComponentVersionArtifactRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetComponentVersionArtifactRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetComponentVersionArtifactRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the component
version.
|
String |
getArtifactName()
The name of the artifact.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the component
version.
|
void |
setArtifactName(String artifactName)
The name of the artifact.
|
String |
toString()
Returns a string representation of this object.
|
GetComponentVersionArtifactRequest |
withArn(String arn)
The ARN of the component
version.
|
GetComponentVersionArtifactRequest |
withArtifactName(String artifactName)
The name of the artifact.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setArn(String arn)
The ARN of the component version. Specify the ARN of a public or a Lambda component version.
arn - The ARN of the
component version. Specify the ARN of a public or a Lambda component version.public String getArn()
The ARN of the component version. Specify the ARN of a public or a Lambda component version.
public GetComponentVersionArtifactRequest withArn(String arn)
The ARN of the component version. Specify the ARN of a public or a Lambda component version.
arn - The ARN of the
component version. Specify the ARN of a public or a Lambda component version.public void setArtifactName(String artifactName)
The name of the artifact.
You can use the GetComponent operation to
download the component recipe, which includes the URI of the artifact. The artifact name is the section of the
URI after the scheme. For example, in the artifact URI greengrass:SomeArtifact.zip, the artifact
name is SomeArtifact.zip.
artifactName - The name of the artifact.
You can use the GetComponent
operation to download the component recipe, which includes the URI of the artifact. The artifact name is
the section of the URI after the scheme. For example, in the artifact URI
greengrass:SomeArtifact.zip, the artifact name is SomeArtifact.zip.
public String getArtifactName()
The name of the artifact.
You can use the GetComponent operation to
download the component recipe, which includes the URI of the artifact. The artifact name is the section of the
URI after the scheme. For example, in the artifact URI greengrass:SomeArtifact.zip, the artifact
name is SomeArtifact.zip.
You can use the GetComponent
operation to download the component recipe, which includes the URI of the artifact. The artifact name is
the section of the URI after the scheme. For example, in the artifact URI
greengrass:SomeArtifact.zip, the artifact name is SomeArtifact.zip.
public GetComponentVersionArtifactRequest withArtifactName(String artifactName)
The name of the artifact.
You can use the GetComponent operation to
download the component recipe, which includes the URI of the artifact. The artifact name is the section of the
URI after the scheme. For example, in the artifact URI greengrass:SomeArtifact.zip, the artifact
name is SomeArtifact.zip.
artifactName - The name of the artifact.
You can use the GetComponent
operation to download the component recipe, which includes the URI of the artifact. The artifact name is
the section of the URI after the scheme. For example, in the artifact URI
greengrass:SomeArtifact.zip, the artifact name is SomeArtifact.zip.
public String toString()
toString in class ObjectObject.toString()public GetComponentVersionArtifactRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.