@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
GetMetadataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
The unique ID of the Amplify app.
|
String |
getEnvironmentName()
The name of the backend environment that is part of the Amplify app.
|
int |
hashCode() |
void |
setAppId(String appId)
The unique ID of the Amplify app.
|
void |
setEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
String |
toString()
Returns a string representation of this object.
|
GetMetadataRequest |
withAppId(String appId)
The unique ID of the Amplify app.
|
GetMetadataRequest |
withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
|
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 setAppId(String appId)
The unique ID of the Amplify app.
appId
- The unique ID of the Amplify app.public String getAppId()
The unique ID of the Amplify app.
public GetMetadataRequest withAppId(String appId)
The unique ID of the Amplify app.
appId
- The unique ID of the Amplify app.public void setEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName
- The name of the backend environment that is part of the Amplify app.public String getEnvironmentName()
The name of the backend environment that is part of the Amplify app.
public GetMetadataRequest withEnvironmentName(String environmentName)
The name of the backend environment that is part of the Amplify app.
environmentName
- The name of the backend environment that is part of the Amplify app.public String toString()
toString
in class Object
Object.toString()
public GetMetadataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()