@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQuerySQLParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for the SQL type Protected Query.
| Constructor and Description | 
|---|
| ProtectedQuerySQLParameters() | 
| Modifier and Type | Method and Description | 
|---|---|
| ProtectedQuerySQLParameters | addParametersEntry(String key,
                  String value)Add a single Parameters entry | 
| ProtectedQuerySQLParameters | clearParametersEntries()Removes all the entries added into Parameters. | 
| ProtectedQuerySQLParameters | clone() | 
| boolean | equals(Object obj) | 
| String | getAnalysisTemplateArn()
 The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. | 
| Map<String,String> | getParameters()
 The protected query SQL parameters. | 
| String | getQueryString()
 The query string to be submitted. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setAnalysisTemplateArn(String analysisTemplateArn)
 The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. | 
| void | setParameters(Map<String,String> parameters)
 The protected query SQL parameters. | 
| void | setQueryString(String queryString)
 The query string to be submitted. | 
| String | toString()Returns a string representation of this object. | 
| ProtectedQuerySQLParameters | withAnalysisTemplateArn(String analysisTemplateArn)
 The Amazon Resource Name (ARN) associated with the analysis template within a collaboration. | 
| ProtectedQuerySQLParameters | withParameters(Map<String,String> parameters)
 The protected query SQL parameters. | 
| ProtectedQuerySQLParameters | withQueryString(String queryString)
 The query string to be submitted. | 
public void setQueryString(String queryString)
The query string to be submitted.
queryString - The query string to be submitted.public String getQueryString()
The query string to be submitted.
public ProtectedQuerySQLParameters withQueryString(String queryString)
The query string to be submitted.
queryString - The query string to be submitted.public void setAnalysisTemplateArn(String analysisTemplateArn)
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
analysisTemplateArn - The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.public String getAnalysisTemplateArn()
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
public ProtectedQuerySQLParameters withAnalysisTemplateArn(String analysisTemplateArn)
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
analysisTemplateArn - The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.public Map<String,String> getParameters()
The protected query SQL parameters.
public void setParameters(Map<String,String> parameters)
The protected query SQL parameters.
parameters - The protected query SQL parameters.public ProtectedQuerySQLParameters withParameters(Map<String,String> parameters)
The protected query SQL parameters.
parameters - The protected query SQL parameters.public ProtectedQuerySQLParameters addParametersEntry(String key, String value)
public ProtectedQuerySQLParameters clearParametersEntries()
public String toString()
toString in class ObjectObject.toString()public ProtectedQuerySQLParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.