@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPropertyValueRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPropertyValueRequest() |
Modifier and Type | Method and Description |
---|---|
GetPropertyValueRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getComponentName()
The name of the component whose property values the operation returns.
|
String |
getComponentTypeId()
The ID of the component type whose property values the operation returns.
|
String |
getEntityId()
The ID of the entity whose property values the operation returns.
|
List<String> |
getSelectedProperties()
The properties whose values the operation returns.
|
String |
getWorkspaceId()
The ID of the workspace whose values the operation returns.
|
int |
hashCode() |
void |
setComponentName(String componentName)
The name of the component whose property values the operation returns.
|
void |
setComponentTypeId(String componentTypeId)
The ID of the component type whose property values the operation returns.
|
void |
setEntityId(String entityId)
The ID of the entity whose property values the operation returns.
|
void |
setSelectedProperties(Collection<String> selectedProperties)
The properties whose values the operation returns.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace whose values the operation returns.
|
String |
toString()
Returns a string representation of this object.
|
GetPropertyValueRequest |
withComponentName(String componentName)
The name of the component whose property values the operation returns.
|
GetPropertyValueRequest |
withComponentTypeId(String componentTypeId)
The ID of the component type whose property values the operation returns.
|
GetPropertyValueRequest |
withEntityId(String entityId)
The ID of the entity whose property values the operation returns.
|
GetPropertyValueRequest |
withSelectedProperties(Collection<String> selectedProperties)
The properties whose values the operation returns.
|
GetPropertyValueRequest |
withSelectedProperties(String... selectedProperties)
The properties whose values the operation returns.
|
GetPropertyValueRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace whose values the operation returns.
|
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 setComponentName(String componentName)
The name of the component whose property values the operation returns.
componentName
- The name of the component whose property values the operation returns.public String getComponentName()
The name of the component whose property values the operation returns.
public GetPropertyValueRequest withComponentName(String componentName)
The name of the component whose property values the operation returns.
componentName
- The name of the component whose property values the operation returns.public void setComponentTypeId(String componentTypeId)
The ID of the component type whose property values the operation returns.
componentTypeId
- The ID of the component type whose property values the operation returns.public String getComponentTypeId()
The ID of the component type whose property values the operation returns.
public GetPropertyValueRequest withComponentTypeId(String componentTypeId)
The ID of the component type whose property values the operation returns.
componentTypeId
- The ID of the component type whose property values the operation returns.public void setEntityId(String entityId)
The ID of the entity whose property values the operation returns.
entityId
- The ID of the entity whose property values the operation returns.public String getEntityId()
The ID of the entity whose property values the operation returns.
public GetPropertyValueRequest withEntityId(String entityId)
The ID of the entity whose property values the operation returns.
entityId
- The ID of the entity whose property values the operation returns.public List<String> getSelectedProperties()
The properties whose values the operation returns.
public void setSelectedProperties(Collection<String> selectedProperties)
The properties whose values the operation returns.
selectedProperties
- The properties whose values the operation returns.public GetPropertyValueRequest withSelectedProperties(String... selectedProperties)
The properties whose values the operation returns.
NOTE: This method appends the values to the existing list (if any). Use
setSelectedProperties(java.util.Collection)
or withSelectedProperties(java.util.Collection)
if
you want to override the existing values.
selectedProperties
- The properties whose values the operation returns.public GetPropertyValueRequest withSelectedProperties(Collection<String> selectedProperties)
The properties whose values the operation returns.
selectedProperties
- The properties whose values the operation returns.public void setWorkspaceId(String workspaceId)
The ID of the workspace whose values the operation returns.
workspaceId
- The ID of the workspace whose values the operation returns.public String getWorkspaceId()
The ID of the workspace whose values the operation returns.
public GetPropertyValueRequest withWorkspaceId(String workspaceId)
The ID of the workspace whose values the operation returns.
workspaceId
- The ID of the workspace whose values the operation returns.public String toString()
toString
in class Object
Object.toString()
public GetPropertyValueRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()