Lines Matching refs:Workspace

35   class AWS_WORKSPACES_API Workspace
38 Workspace();
39 Workspace(Aws::Utils::Json::JsonView jsonValue);
40 Workspace& operator=(Aws::Utils::Json::JsonView jsonValue);
72 …inline Workspace& WithWorkspaceId(const Aws::String& value) { SetWorkspaceId(value); return *this;} in WithWorkspaceId()
77 …inline Workspace& WithWorkspaceId(Aws::String&& value) { SetWorkspaceId(std::move(value)); return … in WithWorkspaceId()
82 inline Workspace& WithWorkspaceId(const char* value) { SetWorkspaceId(value); return *this;} in WithWorkspaceId()
113 …inline Workspace& WithDirectoryId(const Aws::String& value) { SetDirectoryId(value); return *this;} in WithDirectoryId()
118 …inline Workspace& WithDirectoryId(Aws::String&& value) { SetDirectoryId(std::move(value)); return … in WithDirectoryId()
123 inline Workspace& WithDirectoryId(const char* value) { SetDirectoryId(value); return *this;} in WithDirectoryId()
154 inline Workspace& WithUserName(const Aws::String& value) { SetUserName(value); return *this;} in WithUserName()
159 …inline Workspace& WithUserName(Aws::String&& value) { SetUserName(std::move(value)); return *this;} in WithUserName()
164 inline Workspace& WithUserName(const char* value) { SetUserName(value); return *this;} in WithUserName()
195 inline Workspace& WithIpAddress(const Aws::String& value) { SetIpAddress(value); return *this;} in WithIpAddress()
200 …inline Workspace& WithIpAddress(Aws::String&& value) { SetIpAddress(std::move(value)); return *thi… in WithIpAddress()
205 inline Workspace& WithIpAddress(const char* value) { SetIpAddress(value); return *this;} in WithIpAddress()
266 inline Workspace& WithState(const WorkspaceState& value) { SetState(value); return *this;} in WithState()
278 inline Workspace& WithState(WorkspaceState&& value) { SetState(std::move(value)); return *this;} in WithState()
309 inline Workspace& WithBundleId(const Aws::String& value) { SetBundleId(value); return *this;} in WithBundleId()
314 …inline Workspace& WithBundleId(Aws::String&& value) { SetBundleId(std::move(value)); return *this;} in WithBundleId()
319 inline Workspace& WithBundleId(const char* value) { SetBundleId(value); return *this;} in WithBundleId()
350 inline Workspace& WithSubnetId(const Aws::String& value) { SetSubnetId(value); return *this;} in WithSubnetId()
355 …inline Workspace& WithSubnetId(Aws::String&& value) { SetSubnetId(std::move(value)); return *this;} in WithSubnetId()
360 inline Workspace& WithSubnetId(const char* value) { SetSubnetId(value); return *this;} in WithSubnetId()
397 …inline Workspace& WithErrorMessage(const Aws::String& value) { SetErrorMessage(value); return *thi… in WithErrorMessage()
403 …inline Workspace& WithErrorMessage(Aws::String&& value) { SetErrorMessage(std::move(value)); retur… in WithErrorMessage()
409 inline Workspace& WithErrorMessage(const char* value) { SetErrorMessage(value); return *this;} in WithErrorMessage()
440 inline Workspace& WithErrorCode(const Aws::String& value) { SetErrorCode(value); return *this;} in WithErrorCode()
445 …inline Workspace& WithErrorCode(Aws::String&& value) { SetErrorCode(std::move(value)); return *thi… in WithErrorCode()
450 inline Workspace& WithErrorCode(const char* value) { SetErrorCode(value); return *this;} in WithErrorCode()
499 …inline Workspace& WithComputerName(const Aws::String& value) { SetComputerName(value); return *thi… in WithComputerName()
507 …inline Workspace& WithComputerName(Aws::String&& value) { SetComputerName(std::move(value)); retur… in WithComputerName()
515 inline Workspace& WithComputerName(const char* value) { SetComputerName(value); return *this;} in WithComputerName()
552 …inline Workspace& WithVolumeEncryptionKey(const Aws::String& value) { SetVolumeEncryptionKey(value… in WithVolumeEncryptionKey()
558 …inline Workspace& WithVolumeEncryptionKey(Aws::String&& value) { SetVolumeEncryptionKey(std::move(… in WithVolumeEncryptionKey()
564 …inline Workspace& WithVolumeEncryptionKey(const char* value) { SetVolumeEncryptionKey(value); retu… in WithVolumeEncryptionKey()
585 …inline Workspace& WithUserVolumeEncryptionEnabled(bool value) { SetUserVolumeEncryptionEnabled(val… in WithUserVolumeEncryptionEnabled()
606 …inline Workspace& WithRootVolumeEncryptionEnabled(bool value) { SetRootVolumeEncryptionEnabled(val… in WithRootVolumeEncryptionEnabled()
632 …inline Workspace& WithWorkspaceProperties(const WorkspaceProperties& value) { SetWorkspaceProperti… in WithWorkspaceProperties()
637 …inline Workspace& WithWorkspaceProperties(WorkspaceProperties&& value) { SetWorkspaceProperties(st… in WithWorkspaceProperties()
663 …inline Workspace& WithModificationStates(const Aws::Vector<ModificationState>& value) { SetModific… in WithModificationStates()
668 …inline Workspace& WithModificationStates(Aws::Vector<ModificationState>&& value) { SetModification… in WithModificationStates()
673 …inline Workspace& AddModificationStates(const ModificationState& value) { m_modificationStatesHasB… in AddModificationStates()
678 …inline Workspace& AddModificationStates(ModificationState&& value) { m_modificationStatesHasBeenSe… in AddModificationStates()