@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteStageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteStageRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteStageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiId()
The API identifier.
|
String |
getStageName()
The stage name.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API identifier.
|
void |
setStageName(String stageName)
The stage name.
|
String |
toString()
Returns a string representation of this object.
|
DeleteStageRequest |
withApiId(String apiId)
The API identifier.
|
DeleteStageRequest |
withStageName(String stageName)
The stage name.
|
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 setApiId(String apiId)
The API identifier.
apiId
- The API identifier.public String getApiId()
The API identifier.
public DeleteStageRequest withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setStageName(String stageName)
The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
stageName
- The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum
length is 128 characters.public String getStageName()
The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
public DeleteStageRequest withStageName(String stageName)
The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
stageName
- The stage name. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum
length is 128 characters.public String toString()
toString
in class Object
Object.toString()
public DeleteStageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()