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