@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutPropertyValuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchPutPropertyValuesRequest() |
Modifier and Type | Method and Description |
---|---|
BatchPutPropertyValuesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<PropertyValueEntry> |
getEntries()
An object that maps strings to the property value entries to set.
|
String |
getWorkspaceId()
The ID of the workspace that contains the properties to set.
|
int |
hashCode() |
void |
setEntries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace that contains the properties to set.
|
String |
toString()
Returns a string representation of this object.
|
BatchPutPropertyValuesRequest |
withEntries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest |
withEntries(PropertyValueEntry... entries)
An object that maps strings to the property value entries to set.
|
BatchPutPropertyValuesRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace that contains the properties to set.
|
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 setWorkspaceId(String workspaceId)
The ID of the workspace that contains the properties to set.
workspaceId
- The ID of the workspace that contains the properties to set.public String getWorkspaceId()
The ID of the workspace that contains the properties to set.
public BatchPutPropertyValuesRequest withWorkspaceId(String workspaceId)
The ID of the workspace that contains the properties to set.
workspaceId
- The ID of the workspace that contains the properties to set.public List<PropertyValueEntry> getEntries()
An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
public void setEntries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
entries
- An object that maps strings to the property value entries to set. Each string in the mapping must be
unique to this object.public BatchPutPropertyValuesRequest withEntries(PropertyValueEntry... entries)
An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection)
or withEntries(java.util.Collection)
if you want to override
the existing values.
entries
- An object that maps strings to the property value entries to set. Each string in the mapping must be
unique to this object.public BatchPutPropertyValuesRequest withEntries(Collection<PropertyValueEntry> entries)
An object that maps strings to the property value entries to set. Each string in the mapping must be unique to this object.
entries
- An object that maps strings to the property value entries to set. Each string in the mapping must be
unique to this object.public String toString()
toString
in class Object
Object.toString()
public BatchPutPropertyValuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()