@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()
Unique identifier for a build to update.
|
String |
getName()
Descriptive label that is associated with a build.
|
String |
getVersion()
Version that is associated with this build.
|
int |
hashCode() |
void |
setBuildId(String buildId)
Unique identifier for a build to update.
|
void |
setName(String name)
Descriptive label that is associated with a build.
|
void |
setVersion(String version)
Version that is associated with this build.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateBuildRequest |
withBuildId(String buildId)
Unique identifier for a build to update.
|
UpdateBuildRequest |
withName(String name)
Descriptive label that is associated with a build.
|
UpdateBuildRequest |
withVersion(String version)
Version that is associated with this build.
|
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)
Unique identifier for a build to update.
buildId
- Unique identifier for a build to update.public String getBuildId()
Unique identifier for a build to update.
public UpdateBuildRequest withBuildId(String buildId)
Unique identifier for a build to update.
buildId
- Unique identifier for a build to update.public void setName(String name)
Descriptive label that is associated with a build. Build names do not need to be unique.
name
- Descriptive label that is associated with a build. Build names do not need to be unique.public String getName()
Descriptive label that is associated with a build. Build names do not need to be unique.
public UpdateBuildRequest withName(String name)
Descriptive label that is associated with a build. Build names do not need to be unique.
name
- Descriptive label that is associated with a build. Build names do not need to be unique.public void setVersion(String version)
Version that is associated with this build. Version strings do not need to be unique.
version
- Version that is associated with this build. Version strings do not need to be unique.public String getVersion()
Version that is associated with this build. Version strings do not need to be unique.
public UpdateBuildRequest withVersion(String version)
Version that is associated with this build. Version strings do not need to be unique.
version
- Version that is associated with this build. 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.