@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestUploadCredentialsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for a request operation.
NOOP
Constructor and Description |
---|
RequestUploadCredentialsRequest() |
Modifier and Type | Method and Description |
---|---|
RequestUploadCredentialsRequest |
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 get credentials for.
|
int |
hashCode() |
void |
setBuildId(String buildId)
A unique identifier for a build to get credentials for.
|
String |
toString()
Returns a string representation of this object.
|
RequestUploadCredentialsRequest |
withBuildId(String buildId)
A unique identifier for a build to get credentials for.
|
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 get credentials for. You can use either the build ID or ARN value.
buildId
- A unique identifier for a build to get credentials for. You can use either the build ID or ARN value.public String getBuildId()
A unique identifier for a build to get credentials for. You can use either the build ID or ARN value.
public RequestUploadCredentialsRequest withBuildId(String buildId)
A unique identifier for a build to get credentials for. You can use either the build ID or ARN value.
buildId
- A unique identifier for a build to get credentials for. You can use either the build ID or ARN value.public String toString()
toString
in class Object
Object.toString()
public RequestUploadCredentialsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()