@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateDefaultViewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateDefaultViewResult() |
Modifier and Type | Method and Description |
---|---|
AssociateDefaultViewResult |
clone() |
boolean |
equals(Object obj) |
String |
getViewArn()
The Amazon resource name
(ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region
and Amazon Web Services account in which you called this operation.
|
int |
hashCode() |
void |
setViewArn(String viewArn)
The Amazon resource name
(ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region
and Amazon Web Services account in which you called this operation.
|
String |
toString()
Returns a string representation of this object.
|
AssociateDefaultViewResult |
withViewArn(String viewArn)
The Amazon resource name
(ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region
and Amazon Web Services account in which you called this operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setViewArn(String viewArn)
The Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
viewArn
- The Amazon resource
name (ARN) of the view that the operation set as the default for queries made in the Amazon Web
Services Region and Amazon Web Services account in which you called this operation.public String getViewArn()
The Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
public AssociateDefaultViewResult withViewArn(String viewArn)
The Amazon resource name (ARN) of the view that the operation set as the default for queries made in the Amazon Web Services Region and Amazon Web Services account in which you called this operation.
viewArn
- The Amazon resource
name (ARN) of the view that the operation set as the default for queries made in the Amazon Web
Services Region and Amazon Web Services account in which you called this operation.public String toString()
toString
in class Object
Object.toString()
public AssociateDefaultViewResult clone()