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 request.
|
boolean |
equals(Object obj) |
String |
getBuildId()
Unique identifier of the build you want to update.
|
String |
getName()
Descriptive label associated with a build.
|
String |
getVersion()
Version associated with this build.
|
int |
hashCode() |
void |
setBuildId(String buildId)
Unique identifier of the build you want to update.
|
void |
setName(String name)
Descriptive label associated with a build.
|
void |
setVersion(String version)
Version associated with this build.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateBuildRequest |
withBuildId(String buildId)
Unique identifier of the build you want to update.
|
UpdateBuildRequest |
withName(String name)
Descriptive label associated with a build.
|
UpdateBuildRequest |
withVersion(String version)
Version associated with this build.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBuildId(String buildId)
Unique identifier of the build you want to update.
buildId
- Unique identifier of the build you want to update.public String getBuildId()
Unique identifier of the build you want to update.
public UpdateBuildRequest withBuildId(String buildId)
Unique identifier of the build you want to update.
buildId
- Unique identifier of the build you want to update.public void setName(String name)
Descriptive label associated with a build. Build names do not need to be unique.
name
- Descriptive label associated with a build. Build names do not need to be unique.public String getName()
Descriptive label associated with a build. Build names do not need to be unique.
public UpdateBuildRequest withName(String name)
Descriptive label associated with a build. Build names do not need to be unique.
name
- Descriptive label associated with a build. Build names do not need to be unique.public void setVersion(String version)
Version associated with this build. Version strings do not need to be unique to a build.
version
- Version associated with this build. Version strings do not need to be unique to a build.public String getVersion()
Version associated with this build. Version strings do not need to be unique to a build.
public UpdateBuildRequest withVersion(String version)
Version associated with this build. Version strings do not need to be unique to a build.
version
- Version associated with this build. Version strings do not need to be unique to a build.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.