public class UpdateBuildRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input for a request action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
buildId
Unique identifier for the build you want to update.
|
private java.lang.String |
name
Descriptive label associated with this build.
|
private java.lang.String |
version
Version associated with this build.
|
NOOP
Constructor and Description |
---|
UpdateBuildRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBuildRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getBuildId()
Unique identifier for the build you want to update.
|
java.lang.String |
getName()
Descriptive label associated with this build.
|
java.lang.String |
getVersion()
Version associated with this build.
|
int |
hashCode() |
void |
setBuildId(java.lang.String buildId)
Unique identifier for the build you want to update.
|
void |
setName(java.lang.String name)
Descriptive label associated with this build.
|
void |
setVersion(java.lang.String version)
Version associated with this build.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateBuildRequest |
withBuildId(java.lang.String buildId)
Unique identifier for the build you want to update.
|
UpdateBuildRequest |
withName(java.lang.String name)
Descriptive label associated with this build.
|
UpdateBuildRequest |
withVersion(java.lang.String version)
Version associated with this build.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String buildId
Unique identifier for the build you want to update.
private java.lang.String name
Descriptive label associated with this build. Build names do not need to be unique.
private java.lang.String version
Version associated with this build. Version strings do not need to be unique to a build.
public void setBuildId(java.lang.String buildId)
Unique identifier for the build you want to update.
buildId
- Unique identifier for the build you want to update.public java.lang.String getBuildId()
Unique identifier for the build you want to update.
public UpdateBuildRequest withBuildId(java.lang.String buildId)
Unique identifier for the build you want to update.
buildId
- Unique identifier for the build you want to update.public void setName(java.lang.String name)
Descriptive label associated with this build. Build names do not need to be unique.
name
- Descriptive label associated with this build. Build names do not
need to be unique.public java.lang.String getName()
Descriptive label associated with this build. Build names do not need to be unique.
public UpdateBuildRequest withName(java.lang.String name)
Descriptive label associated with this build. Build names do not need to be unique.
name
- Descriptive label associated with this build. Build names do not
need to be unique.public void setVersion(java.lang.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 java.lang.String getVersion()
Version associated with this build. Version strings do not need to be unique to a build.
public UpdateBuildRequest withVersion(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateBuildRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()