@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBuildRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request action.
NOOP
Constructor and Description |
---|
UpdateBuildRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBuildRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBuildId()
A unique identifier for a build to update.
|
String |
getName()
A descriptive label that is associated with a build.
|
String |
getVersion()
Version information that is associated with a build or script.
|
int |
hashCode() |
void |
setBuildId(String buildId)
A unique identifier for a build to update.
|
void |
setName(String name)
A descriptive label that is associated with a build.
|
void |
setVersion(String version)
Version information that is associated with a build or script.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBuildRequest |
withBuildId(String buildId)
A unique identifier for a build to update.
|
UpdateBuildRequest |
withName(String name)
A descriptive label that is associated with a build.
|
UpdateBuildRequest |
withVersion(String version)
Version information that is associated with a build or script.
|
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 setBuildId(String buildId)
A unique identifier for a build to update. You can use either the build ID or ARN value.
buildId
- A unique identifier for a build to update. You can use either the build ID or ARN value.public String getBuildId()
A unique identifier for a build to update. You can use either the build ID or ARN value.
public UpdateBuildRequest withBuildId(String buildId)
A unique identifier for a build to update. You can use either the build ID or ARN value.
buildId
- A unique identifier for a build to update. You can use either the build ID or ARN value.public void setName(String name)
A descriptive label that is associated with a build. Build names do not need to be unique.
name
- A descriptive label that is associated with a build. Build names do not need to be unique.public String getName()
A descriptive label that is associated with a build. Build names do not need to be unique.
public UpdateBuildRequest withName(String name)
A descriptive label that is associated with a build. Build names do not need to be unique.
name
- A descriptive label that is associated with a build. Build names do not need to be unique.public void setVersion(String version)
Version information that is associated with a build or script. Version strings do not need to be unique.
version
- Version information that is associated with a build or script. Version strings do not need to be unique.public String getVersion()
Version information that is associated with a build or script. Version strings do not need to be unique.
public UpdateBuildRequest withVersion(String version)
Version information that is associated with a build or script. Version strings do not need to be unique.
version
- Version information that is associated with a build or script. Version strings do not need to be unique.public String toString()
toString
in class Object
Object.toString()
public UpdateBuildRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.