@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 setArn(String arn)
The ARN of the component version. Specify the ARN of a public component version.
arn
- The ARN of the
component version. Specify the ARN of a public component version.public String getArn()
The ARN of the component version. Specify the ARN of a public component version.
public GetComponentVersionArtifactRequest withArn(String arn)
The ARN of the component version. Specify the ARN of a public component version.
arn
- The ARN of the
component version. Specify the ARN of a public 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 Object
Object.toString()
public GetComponentVersionArtifactRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()