@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutStoredQueryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutStoredQueryResult() |
Modifier and Type | Method and Description |
---|---|
PutStoredQueryResult |
clone() |
boolean |
equals(Object obj) |
String |
getQueryArn()
Amazon Resource Name (ARN) of the query.
|
int |
hashCode() |
void |
setQueryArn(String queryArn)
Amazon Resource Name (ARN) of the query.
|
String |
toString()
Returns a string representation of this object.
|
PutStoredQueryResult |
withQueryArn(String queryArn)
Amazon Resource Name (ARN) of the query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setQueryArn(String queryArn)
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
queryArn
- Amazon Resource Name (ARN) of the query. For example,
arn:partition:service:region:account-id:resource-type/resource-name/resource-id.public String getQueryArn()
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
public PutStoredQueryResult withQueryArn(String queryArn)
Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
queryArn
- Amazon Resource Name (ARN) of the query. For example,
arn:partition:service:region:account-id:resource-type/resource-name/resource-id.public String toString()
toString
in class Object
Object.toString()
public PutStoredQueryResult clone()