@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFeatureRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFeatureRequest() |
Modifier and Type | Method and Description |
---|---|
GetFeatureRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFeature()
The name of the feature that you want to retrieve information for.
|
String |
getProject()
The name or ARN of the project that contains the feature.
|
int |
hashCode() |
void |
setFeature(String feature)
The name of the feature that you want to retrieve information for.
|
void |
setProject(String project)
The name or ARN of the project that contains the feature.
|
String |
toString()
Returns a string representation of this object.
|
GetFeatureRequest |
withFeature(String feature)
The name of the feature that you want to retrieve information for.
|
GetFeatureRequest |
withProject(String project)
The name or ARN of the project that contains the feature.
|
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 setFeature(String feature)
The name of the feature that you want to retrieve information for.
feature
- The name of the feature that you want to retrieve information for.public String getFeature()
The name of the feature that you want to retrieve information for.
public GetFeatureRequest withFeature(String feature)
The name of the feature that you want to retrieve information for.
feature
- The name of the feature that you want to retrieve information for.public void setProject(String project)
The name or ARN of the project that contains the feature.
project
- The name or ARN of the project that contains the feature.public String getProject()
The name or ARN of the project that contains the feature.
public GetFeatureRequest withProject(String project)
The name or ARN of the project that contains the feature.
project
- The name or ARN of the project that contains the feature.public String toString()
toString
in class Object
Object.toString()
public GetFeatureRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()